Add Prores 4444 support (#2263).
[dcpomatic.git] / src / lib / ffmpeg_file_encoder.h
index ec68839a0766d3f4adb725d9a05d0b478df5702c..5bf501370ab6d9ad917b6808a0ffc1041b176378 100644 (file)
@@ -43,7 +43,8 @@ class ExportAudioStream;
 
 enum class ExportFormat
 {
-       PRORES,
+       PRORES_4444,
+       PRORES_HQ,
        H264_AAC,
        SUBTITLES_DCP
 };