summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-10-31 16:01:37 +0100
committerCarl Hetherington <cth@carlh.net>2019-10-31 16:01:37 +0100
commita2b83bf1b8fdf9eabb43beaec71b2fd9c34a8418 (patch)
treec9e4a9e3365c8a24e8d24a5c961815f04250691b /src/lib
parent0486d4d94900c7f2a2cab7885b3f162d1ad8290c (diff)
Add comment.
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;
};