diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/dcp_content.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dcp_content.h b/src/lib/dcp_content.h index a866703f2..e781633d4 100644 --- a/src/lib/dcp_content.h +++ b/src/lib/dcp_content.h @@ -226,7 +226,7 @@ private: EnumIndexedVector<bool, TextType> _reference_text; boost::optional<dcp::Standard> _standard; - VideoEncoding _video_encoding; + VideoEncoding _video_encoding = VideoEncoding::JPEG2000; boost::optional<dcp::ContentKind> _content_kind; bool _three_d; /** ID of the CPL to use; older metadata might not specify this: in that case |
