Add PixelQuanta to VideoContent.
[dcpomatic.git] / src / lib / video_content.h
index 0c46499547c3245b0ad410dd4a1ea2b0b16708c7..de151e1451d9f9583168a65a19687a045cc5a309 100644 (file)
@@ -26,6 +26,7 @@
 #include "colour_conversion.h"
 #include "content_part.h"
 #include "dcpomatic_time.h"
+#include "pixel_quanta.h"
 #include "types.h"
 #include "user_property.h"
 #include <dcp/language_tag.h>
@@ -245,6 +246,7 @@ private:
        /** fade out time in content frames */
        Frame _fade_out;
        VideoRange _range;
+       PixelQuanta _pixel_quanta;
        boost::optional<dcp::LanguageTag> _burnt_subtitle_language;
 };