X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvideo_content.h;h=37223c45788eef070d5ab5780a761e40f763f663;hb=68dda7cd10c973a9342afd3ef606eb6012dc723b;hp=6386754de86faa08601955e796e458a2a21f7267;hpb=b68fb4c103b5580509070c7733d3ae7deb46c3ce;p=dcpomatic.git 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; };