X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvideo_content.h;fp=src%2Flib%2Fvideo_content.h;h=31346ffcd685b920b7e4151e6b3b5598b8a42c58;hb=d8a20fef494065a9b3ccf2d93328861b1eea1d4f;hp=0c46499547c3245b0ad410dd4a1ea2b0b16708c7;hpb=753b75171d1eb3f9e4fc7c2d12fd5b8de5669331;p=dcpomatic.git diff --git a/src/lib/video_content.h b/src/lib/video_content.h index 0c4649954..31346ffcd 100644 --- a/src/lib/video_content.h +++ b/src/lib/video_content.h @@ -240,6 +240,8 @@ private: /** Sample aspect ratio obtained from the content file's header, if there is one */ boost::optional _sample_aspect_ratio; bool _yuv; + int _log2_chroma_width = 0; + int _log2_chroma_height = 0; /** fade in time in content frames */ Frame _fade_in; /** fade out time in content frames */