summaryrefslogtreecommitdiff
path: root/src/lib/types.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-07-22 15:23:22 +0100
committerCarl Hetherington <cth@carlh.net>2019-07-22 15:23:22 +0100
commitd5ba7d135293103dba55196a3d9a9342795d6188 (patch)
treea6bdceee08d1f18ab4411adf1af7a1000ab06928 /src/lib/types.h
parent97e09167704be4fce214c95ad48eacc1ff21f3b8 (diff)
swaroop: support creation of H264 with 24-bit PCM.
Diffstat (limited to 'src/lib/types.h')
-rw-r--r--src/lib/types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/types.h b/src/lib/types.h
index c9f68a21c..ccb47dc64 100644
--- a/src/lib/types.h
+++ b/src/lib/types.h
@@ -170,7 +170,8 @@ extern TextType string_to_text_type (std::string s);
enum ExportFormat
{
EXPORT_FORMAT_PRORES,
- EXPORT_FORMAT_H264
+ EXPORT_FORMAT_H264_AAC,
+ EXPORT_FORMAT_H264_PCM
};
/** @struct Crop