diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-08-31 02:03:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-08-31 02:03:01 +0100 |
| commit | 2cdf3d9f461b12d0925cc54368105bbd177bbbb3 (patch) | |
| tree | e250a7fd753a4a10a47c9d0a8a67f2c6c36c1112 /src/lib/types.h | |
| parent | 1f88a38a2a607c21988a403e76f315444c4be36b (diff) | |
Primitive subtitle export feature.v2.15.16
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 ccb47dc64..5a8b650b8 100644 --- a/src/lib/types.h +++ b/src/lib/types.h @@ -171,7 +171,8 @@ enum ExportFormat { EXPORT_FORMAT_PRORES, EXPORT_FORMAT_H264_AAC, - EXPORT_FORMAT_H264_PCM + EXPORT_FORMAT_H264_PCM, + EXPORT_FORMAT_SUBTITLES_DCP }; /** @struct Crop |
