X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftypes.h;h=f2a79b2fdcbd879c25f7484ec918afc1d8130f95;hb=182b9d2e2feb6545592868606aaf0f0146095481;hp=6fbad21883084da078dcc7ed09d7c78d51921922;hpb=e0255a64d22440d718e5512f34a4f21f0d37a21b;p=dcpomatic.git diff --git a/src/lib/types.h b/src/lib/types.h index 6fbad2188..f2a79b2fd 100644 --- a/src/lib/types.h +++ b/src/lib/types.h @@ -167,14 +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, - H264_PCM, - SUBTITLES_DCP -}; - /** @struct Crop * @brief A description of the crop of an image or video. */