diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-04-05 23:17:03 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-04-22 13:03:04 +0200 |
| commit | 21ebc2365dd7a66c05d130dc87861f7399ae834b (patch) | |
| tree | ee1feebe6e0cf10dc5d4ecddbe9ea9ccb9a6b9d8 /src/lib/video_encoding.cc | |
| parent | 4f0d027f1964d0c011f89b5706fbaf654955ba2d (diff) | |
Allow specification of video bit rate separately for J2K and MPEG2.
Diffstat (limited to 'src/lib/video_encoding.cc')
| -rw-r--r-- | src/lib/video_encoding.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/video_encoding.cc b/src/lib/video_encoding.cc index ead1a2eaf..de68c6ae9 100644 --- a/src/lib/video_encoding.cc +++ b/src/lib/video_encoding.cc @@ -34,6 +34,8 @@ video_encoding_to_string(VideoEncoding encoding) return "jpeg2000"; case VideoEncoding::MPEG2: return "mpeg2"; + case VideoEncoding::COUNT: + DCPOMATIC_ASSERT(false); } DCPOMATIC_ASSERT(false); |
