diff options
Diffstat (limited to 'src/lib/video_mxf_examiner.h')
| -rw-r--r-- | src/lib/video_mxf_examiner.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/video_mxf_examiner.h b/src/lib/video_mxf_examiner.h index 37badafba..3719d3efc 100644 --- a/src/lib/video_mxf_examiner.h +++ b/src/lib/video_mxf_examiner.h @@ -42,6 +42,9 @@ public: VideoRange range () const { return VideoRange::FULL; } + PixelQuanta pixel_quanta () const { + return {}; + } private: std::shared_ptr<dcp::PictureAsset> _asset; |
