Rename PRORES -> PRORES_HQ
[dcpomatic.git] / src / lib / ffmpeg_file_encoder.h
index fc2b5c654217f8b9963bae8d2b6d7695da29c198..fd716d47c4a3f980b7cc7d057b41e29c65bdafd8 100644 (file)
@@ -24,6 +24,7 @@
 
 
 #include "audio_mapping.h"
+#include "dcpomatic_time.h"
 #include "encoder.h"
 #include "event_history.h"
 #include "log.h"
@@ -40,6 +41,14 @@ LIBDCP_ENABLE_WARNINGS
 class ExportAudioStream;
 
 
+enum class ExportFormat
+{
+       PRORES_HQ,
+       H264_AAC,
+       SUBTITLES_DCP
+};
+
+
 class FFmpegFileEncoder
 {
 public: