Gather and store chroma subsampling information for video content.
[dcpomatic.git] / src / lib / video_content.h
index 0c46499547c3245b0ad410dd4a1ea2b0b16708c7..31346ffcd685b920b7e4151e6b3b5598b8a42c58 100644 (file)
@@ -240,6 +240,8 @@ private:
        /** Sample aspect ratio obtained from the content file's header, if there is one */
        boost::optional<double> _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 */