diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-06-12 22:32:30 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-06-12 22:32:34 +0200 |
| commit | 1c57df596882f15403ee97d01862f8b76cfb797b (patch) | |
| tree | 2ba7bf92d0de90cd4469e4b16802fd7394994f33 /src/lib/ffmpeg_file_encoder.h | |
| parent | 59209af1e2d73334ff7dfe6c7da465293dc24c0b (diff) | |
Add Prores 4444 support (#2263).
Diffstat (limited to 'src/lib/ffmpeg_file_encoder.h')
| -rw-r--r-- | src/lib/ffmpeg_file_encoder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_file_encoder.h b/src/lib/ffmpeg_file_encoder.h index fd716d47c..5bf501370 100644 --- a/src/lib/ffmpeg_file_encoder.h +++ b/src/lib/ffmpeg_file_encoder.h @@ -43,6 +43,7 @@ class ExportAudioStream; enum class ExportFormat { + PRORES_4444, PRORES_HQ, H264_AAC, SUBTITLES_DCP |
