summaryrefslogtreecommitdiff
path: root/src/lib/dcp_examiner.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-10-03 02:02:12 +0200
committerCarl Hetherington <cth@carlh.net>2021-10-03 23:41:02 +0200
commitc2a17a87868eba87072fc369102b2b3cd8905e5a (patch)
tree0f5b5e425476efca9ad297c5e65845ae31531ba6 /src/lib/dcp_examiner.h
parentaee64f1b2c9252f8315eaead7d43e1ec58a39ee2 (diff)
Add PixelQuanta to VideoContent.
Diffstat (limited to 'src/lib/dcp_examiner.h')
-rw-r--r--src/lib/dcp_examiner.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/dcp_examiner.h b/src/lib/dcp_examiner.h
index 66f694f72..fd643a754 100644
--- a/src/lib/dcp_examiner.h
+++ b/src/lib/dcp_examiner.h
@@ -62,6 +62,10 @@ public:
return VideoRange::FULL;
}
+ PixelQuanta pixel_quanta () const {
+ return {};
+ }
+
std::string name () const {
return _name;
}