From 6fc247a1eaa11abac3efee982cf455633531e51d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 7 Jan 2025 23:46:30 +0100 Subject: Fix uninitialised _video_encoding when loading films from 2.16.x. --- src/lib/dcp_content.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') 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 _reference_text; boost::optional _standard; - VideoEncoding _video_encoding; + VideoEncoding _video_encoding = VideoEncoding::JPEG2000; boost::optional _content_kind; bool _three_d; /** ID of the CPL to use; older metadata might not specify this: in that case -- cgit v1.2.3