mirror of
https://github.com/mpv-player/mpv
synced 2024-11-14 22:48:35 +01:00
Forgotten CodecTag -> AVCodecTag
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21980 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
abb0510502
commit
3ccc6712e3
@ -86,7 +86,7 @@ const AVCodecTag mp_wav_tags[] = {
|
||||
{ 0, 0 },
|
||||
};
|
||||
|
||||
const CodecTag mp_bmp_tags[] = {
|
||||
const AVCodecTag mp_bmp_tags[] = {
|
||||
{ CODEC_ID_DSICINVIDEO, MKTAG('D', 'C', 'I', 'V')},
|
||||
{ CODEC_ID_FLIC, MKTAG('F', 'L', 'I', 'C')},
|
||||
{ CODEC_ID_IDCIN, MKTAG('I', 'D', 'C', 'I')},
|
||||
|
Loading…
Reference in New Issue
Block a user