summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/video_content.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/video_content.h b/src/lib/video_content.h
index 6386754de..37223c457 100644
--- a/src/lib/video_content.h
+++ b/src/lib/video_content.h
@@ -208,7 +208,9 @@ private:
/** Sample aspect ratio obtained from the content file's header, if there is one */
boost::optional<double> _sample_aspect_ratio;
bool _yuv;
+ /** fade in time in content frames */
Frame _fade_in;
+ /** fade out time in content frames */
Frame _fade_out;
VideoRange _range;
};