summaryrefslogtreecommitdiff
path: root/src/lib/video_mxf_examiner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/video_mxf_examiner.h')
-rw-r--r--src/lib/video_mxf_examiner.h3
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;