Add comment.
[dcpomatic.git] / 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;
 };