Move ExportFormat definition to ffmpeg_file_encoder.h
[dcpomatic.git] / src / lib / ffmpeg_file_encoder.h
index 08be9255af451dca68c016803eb2779df5cfff00..ec68839a0766d3f4adb725d9a05d0b478df5702c 100644 (file)
@@ -41,6 +41,14 @@ LIBDCP_ENABLE_WARNINGS
 class ExportAudioStream;
 
 
+enum class ExportFormat
+{
+       PRORES,
+       H264_AAC,
+       SUBTITLES_DCP
+};
+
+
 class FFmpegFileEncoder
 {
 public: