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 e4cd98f07..2dad09c08 100644
--- a/src/lib/video_mxf_examiner.h
+++ b/src/lib/video_mxf_examiner.h
@@ -45,6 +45,9 @@ public:
PixelQuanta pixel_quanta () const override {
return {};
}
+ bool has_alpha() const override {
+ return false;
+ }
private:
std::shared_ptr<dcp::PictureAsset> _asset;