diff options
Diffstat (limited to 'test/ffmpeg_encoder_test.cc')
| -rw-r--r-- | test/ffmpeg_encoder_test.cc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/ffmpeg_encoder_test.cc b/test/ffmpeg_encoder_test.cc index ff730ad53..c85eb6bd4 100644 --- a/test/ffmpeg_encoder_test.cc +++ b/test/ffmpeg_encoder_test.cc @@ -57,8 +57,12 @@ ffmpeg_content_test (int number, boost::filesystem::path content, ExportFormat f name += "h264"; extension = "mp4"; break; + case ExportFormat::PRORES_4444: + name += "prores-444"; + extension = "mov"; + break; case ExportFormat::PRORES_HQ: - name += "prores"; + name += "prores-hq"; extension = "mov"; break; case ExportFormat::SUBTITLES_DCP: |
