Fix checking of frame channels vs stream channels.
[dcpomatic.git] / src / lib / ffmpeg_file_encoder.h
index 08be9255af451dca68c016803eb2779df5cfff00..5bf501370ab6d9ad917b6808a0ffc1041b176378 100644 (file)
@@ -41,6 +41,15 @@ LIBDCP_ENABLE_WARNINGS
 class ExportAudioStream;
 
 
+enum class ExportFormat
+{
+       PRORES_4444,
+       PRORES_HQ,
+       H264_AAC,
+       SUBTITLES_DCP
+};
+
+
 class FFmpegFileEncoder
 {
 public: