From a302004f2dbe8c5b3201da26050f0da8bf8f02ef Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 10 Jan 2025 01:37:10 +0100 Subject: Fix warning. --- src/lib/video_content.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib') diff --git a/src/lib/video_content.cc b/src/lib/video_content.cc index 392dc4052..56262cd14 100644 --- a/src/lib/video_content.cc +++ b/src/lib/video_content.cc @@ -410,6 +410,7 @@ VideoContent::size_after_3d_split () const } DCPOMATIC_ASSERT (false); + return {}; } /** @return Video size after 3D split and crop */ -- cgit v1.2.3