summaryrefslogtreecommitdiff
path: root/src/cpl_file.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-01-17 20:23:43 +0000
committerCarl Hetherington <cth@carlh.net>2013-01-17 20:23:43 +0000
commitf150c837cdc6eeee8f61e743586ddbaf2a8c8010 (patch)
treef41d9caa339762701e462ce3dd64b786481d2909 /src/cpl_file.h
parent828c320df8c56208a8834971f5d937ce06a4edf2 (diff)
Replace length with intrinsic_duration.
Diffstat (limited to 'src/cpl_file.h')
-rw-r--r--src/cpl_file.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cpl_file.h b/src/cpl_file.h
index 67b38a0d..44115401 100644
--- a/src/cpl_file.h
+++ b/src/cpl_file.h
@@ -37,8 +37,11 @@ public:
std::string id;
std::string annotation_text;
Fraction edit_rate;
+ /** Duration of the whole thing */
int64_t intrinsic_duration;
+ /** Start point in frames */
int64_t entry_point;
+ /** Duration that will actually play */
int64_t duration;
Fraction frame_rate;
Fraction screen_aspect_ratio;