Add nuv codec tag mapping

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24375 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-09-09 09:22:30 +00:00
parent 20dce6fe36
commit 228232d2f4
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ static const AVCodecTag mp_bmp_tags[] = {
{ CODEC_ID_VMDVIDEO, MKTAG('V', 'M', 'D', 'V')},
{ CODEC_ID_WS_VQA, MKTAG('V', 'Q', 'A', 'V')},
{ CODEC_ID_XAN_WC3, MKTAG('W', 'C', '3', 'V')},
{ CODEC_ID_NUV, MKTAG('N', 'U', 'V', '1')},
{ 0, 0 },
};