From 407b3f5a4696d1c2f77e6167bca10f880b168f9c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 12 Jun 2022 21:23:10 +0200 Subject: Move ExportFormat definition to ffmpeg_file_encoder.h --- src/lib/types.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/lib/types.h') diff --git a/src/lib/types.h b/src/lib/types.h index 9b322bdae..f2a79b2fd 100644 --- a/src/lib/types.h +++ b/src/lib/types.h @@ -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. */ -- cgit v1.2.3