riff: support ProRes in avi (APCN fourcc)

This commit is contained in:
Vittorio Giovara 2014-11-14 14:39:18 +01:00
parent a2448cfe16
commit 4b39cc1a09
1 changed files with 1 additions and 0 deletions

View File

@ -347,6 +347,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ AV_CODEC_ID_G2M, MKTAG('G', '2', 'M', '3') },
{ AV_CODEC_ID_G2M, MKTAG('G', '2', 'M', '4') },
{ AV_CODEC_ID_FIC, MKTAG('F', 'I', 'C', 'V') },
{ AV_CODEC_ID_PRORES, MKTAG('A', 'P', 'C', 'N') },
{ AV_CODEC_ID_NONE, 0 }
};