Add player DCP directory to config.
[dcpomatic.git] / src / lib / types.h
index 22d652b3f74e47d42c4cce22a0eaa2bf6c706c11..607c9e275098ba840af9395bbfbe7b979afee55c 100644 (file)
@@ -161,6 +161,12 @@ 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 ExportFormat
+{
+       EXPORT_FORMAT_PRORES,
+       EXPORT_FORMAT_H264
+};
+
 /** @struct Crop
  *  @brief A description of the crop of an image or video.
  */