projects
/
dcpomatic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fa25e9
)
Fix warning.
author
Carl Hetherington
<cth@carlh.net>
Fri, 10 Jan 2025 00:37:10 +0000
(
01:37
+0100)
committer
Carl Hetherington
<cth@carlh.net>
Fri, 10 Jan 2025 01:05:41 +0000
(
02:05
+0100)
src/lib/video_content.cc
patch
|
blob
|
history
diff --git
a/src/lib/video_content.cc
b/src/lib/video_content.cc
index 392dc40527b897016bffc7783f58cd159dc6c2d9..56262cd145a2161e70795c1ae763833c6e18a85b 100644
(file)
--- 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 */