v308 Quicktim Uncompressed 4:4:4 encoder and decoder.

Reviewed-by: Derek Buitenhuis
Reviewed-by: Paul B Mahol
This commit is contained in:
Carl Eugen Hoyos
2012-01-04 15:24:38 +01:00
parent 64e4f4836a
commit 2754514787
10 changed files with 213 additions and 1 deletions

View File

@ -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') },