mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
v308 Quicktim Uncompressed 4:4:4 encoder and decoder.
Reviewed-by: Derek Buitenhuis Reviewed-by: Paul B Mahol
This commit is contained in:
@ -199,6 +199,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
|
||||
{ CODEC_ID_R10K, MKTAG('R', '1', '0', 'k') },
|
||||
{ CODEC_ID_R210, MKTAG('r', '2', '1', '0') },
|
||||
{ CODEC_ID_V210, MKTAG('v', '2', '1', '0') },
|
||||
{ CODEC_ID_V308, MKTAG('v', '3', '0', '8') },
|
||||
{ CODEC_ID_V410, MKTAG('v', '4', '1', '0') },
|
||||
{ CODEC_ID_INDEO3, MKTAG('I', 'V', '3', '1') },
|
||||
{ CODEC_ID_INDEO3, MKTAG('I', 'V', '3', '2') },
|
||||
|
Reference in New Issue
Block a user