Move ExportFormat definition to ffmpeg_file_encoder.h
[dcpomatic.git] / src / lib / types.h
index 9b322bdaeea5da81ebec291135b1a12b10db9962..f2a79b2fdcbd879c25f7484ec918afc1d8130f95 100644 (file)
@@ -167,13 +167,6 @@ extern std::string text_type_to_string (TextType t);
 extern std::string text_type_to_name (TextType t);
 extern TextType string_to_text_type (std::string s);
 
-enum class ExportFormat
-{
-       PRORES,
-       H264_AAC,
-       SUBTITLES_DCP
-};
-
 /** @struct Crop
  *  @brief A description of the crop of an image or video.
  */