mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 08:37:59 +00:00
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:
parent
20dce6fe36
commit
228232d2f4
@ -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 },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user