Add PixelQuanta to VideoContent.
[dcpomatic.git] / src / lib / video_mxf_examiner.h
index 37badafba4adc15f2a96b60986806d9255e993bd..3719d3efcf09f5d7a4326a5e07973c5f7adb340a 100644 (file)
@@ -42,6 +42,9 @@ public:
        VideoRange range () const {
                return VideoRange::FULL;
        }
+       PixelQuanta pixel_quanta () const {
+               return {};
+       }
 
 private:
        std::shared_ptr<dcp::PictureAsset> _asset;