diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-07-22 15:23:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-07-22 15:23:22 +0100 |
| commit | d5ba7d135293103dba55196a3d9a9342795d6188 (patch) | |
| tree | a6bdceee08d1f18ab4411adf1af7a1000ab06928 /src/lib/types.h | |
| parent | 97e09167704be4fce214c95ad48eacc1ff21f3b8 (diff) | |
swaroop: support creation of H264 with 24-bit PCM.
Diffstat (limited to 'src/lib/types.h')
| -rw-r--r-- | src/lib/types.h | 3 |
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 |
