mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 02:20:07 +01:00
v410 encoder and decoder
v410 is a packed 10-bit 4:4:4 YCbCr format used in QuickTime. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
committed by
Diego Biurrun
parent
86ae512453
commit
80f6c0bb95
@@ -196,6 +196,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_V410, MKTAG('v', '4', '1', '0') },
|
||||
{ CODEC_ID_INDEO3, MKTAG('I', 'V', '3', '1') },
|
||||
{ CODEC_ID_INDEO3, MKTAG('I', 'V', '3', '2') },
|
||||
{ CODEC_ID_INDEO4, MKTAG('I', 'V', '4', '1') },
|
||||
|
||||
Reference in New Issue
Block a user