Apple Intermediate Codec decoder

This commit is contained in:
Kostya Shishkov
2013-05-16 07:21:08 +02:00
parent 40bbbce7e8
commit 1232a1647a
10 changed files with 493 additions and 1 deletions

View File

@@ -222,6 +222,8 @@ const AVCodecTag ff_codec_movvideo_tags[] = {
{ AV_CODEC_ID_PRORES, MKTAG('a', 'p', 'c', 'o') }, /* Apple ProRes 422 Proxy */
{ AV_CODEC_ID_PRORES, MKTAG('a', 'p', '4', 'h') }, /* Apple ProRes 4444 */
{ AV_CODEC_ID_AIC, MKTAG('i', 'c', 'o', 'd') },
{ AV_CODEC_ID_NONE, 0 },
};