summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-07-10 22:31:32 +0100
committerCarl Hetherington <cth@carlh.net>2016-07-10 22:31:32 +0100
commitf10ad31900f2aad8f6b906fee799186a6097cdf5 (patch)
tree0eacabafac3dd9be8a8660322e9b1380cdddfd95 /src/lib
parentb30a93607059673d40f4bfaec18ee66eba03e822 (diff)
Fix crash on opening properties window for FFmpeg content.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/ffmpeg_content.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/ffmpeg_content.cc b/src/lib/ffmpeg_content.cc
index 7416630c1..76ee663ff 100644
--- a/src/lib/ffmpeg_content.cc
+++ b/src/lib/ffmpeg_content.cc
@@ -543,10 +543,11 @@ FFmpegContent::add_properties (list<UserProperty>& p) const
_("BT2020 for a 10-bit system"),
_("BT2020 for a 12-bit system"),
_("SMPTE ST 2084 for 10, 12, 14 and 16 bit systems"),
- _("SMPTE ST 428-1")
+ _("SMPTE ST 428-1"),
+ _("ARIB STD-B67 ('Hybrid log-gamma')")
};
- DCPOMATIC_ASSERT (AVCOL_TRC_NB <= 18);
+ DCPOMATIC_ASSERT (AVCOL_TRC_NB <= 19);
p.push_back (UserProperty (UserProperty::VIDEO, _("Colour transfer characteristic"), transfers[_color_trc]));
char const * spaces[] = {