summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/video_content.cc1
1 files changed, 1 insertions, 0 deletions
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 */