summaryrefslogtreecommitdiff
path: root/test/ffmpeg_encoder_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-06-05 21:09:55 +0200
committerCarl Hetherington <cth@carlh.net>2022-06-06 23:10:58 +0200
commitf7b6c0595fe13be3f4a10bcce88dd895b1111b57 (patch)
treeeacad37f58b04c70d0f775ff9a989524be721e1d /test/ffmpeg_encoder_test.cc
parent59953282b9f9da1164f39181347a01672c4f674c (diff)
Remove unused H246_PCM export code.
Diffstat (limited to 'test/ffmpeg_encoder_test.cc')
-rw-r--r--test/ffmpeg_encoder_test.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ffmpeg_encoder_test.cc b/test/ffmpeg_encoder_test.cc
index 9edf2bdbd..097ef86e7 100644
--- a/test/ffmpeg_encoder_test.cc
+++ b/test/ffmpeg_encoder_test.cc
@@ -61,7 +61,6 @@ ffmpeg_content_test (int number, boost::filesystem::path content, ExportFormat f
name += "prores";
extension = "mov";
break;
- case ExportFormat::H264_PCM:
case ExportFormat::SUBTITLES_DCP:
BOOST_REQUIRE (false);
}