From a2b83bf1b8fdf9eabb43beaec71b2fd9c34a8418 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 31 Oct 2019 16:01:37 +0100 Subject: Add comment. --- src/lib/video_content.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib') 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 _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; }; -- cgit v1.2.3