nut: support vp9 tag

This commit is contained in:
Luca Barbato 2012-12-15 23:26:07 +01:00
parent 66aabd76a9
commit 23a610b9d6
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ const AVCodecTag ff_nut_data_tags[] = {
};
const AVCodecTag ff_nut_video_tags[] = {
{ AV_CODEC_ID_VP9, MKTAG('V', 'P', '9', '0') },
{ AV_CODEC_ID_RAWVIDEO, MKTAG('R', 'G', 'B', 15 ) },
{ AV_CODEC_ID_RAWVIDEO, MKTAG('B', 'G', 'R', 15 ) },
{ AV_CODEC_ID_RAWVIDEO, MKTAG('R', 'G', 'B', 16 ) },