Add comment.
authorCarl Hetherington <cth@carlh.net>
Thu, 31 Oct 2019 15:01:37 +0000 (16:01 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 31 Oct 2019 15:01:37 +0000 (16:01 +0100)
src/lib/video_content.h

index 6386754de86faa08601955e796e458a2a21f7267..37223c45788eef070d5ab5780a761e40f763f663 100644 (file)
@@ -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;
 };