diff options
Diffstat (limited to 'src/lib/types.h')
| -rw-r--r-- | src/lib/types.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/types.h b/src/lib/types.h index 22d652b3f..607c9e275 100644 --- a/src/lib/types.h +++ b/src/lib/types.h @@ -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. */ |
