mirror of https://github.com/mpv-player/mpv
add qclp fourcc
fixes http://samples.mplayerhq.hu/A-codecs/qclp/tube.3g2 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26878 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e0f1fc5d90
commit
68fef9a517
|
@ -34,6 +34,7 @@ static const AVCodecTag mp_wav_tags[] = {
|
|||
{ CODEC_ID_MUSEPACK7, MKTAG('M', 'P', 'C', ' ')},
|
||||
{ CODEC_ID_MUSEPACK8, MKTAG('M', 'P', 'C', '8')},
|
||||
{ CODEC_ID_NELLYMOSER, MKTAG('N', 'E', 'L', 'L')},
|
||||
{ CODEC_ID_QCELP, MKTAG('Q', 'c', 'l', 'p')},
|
||||
{ CODEC_ID_QDM2, MKTAG('Q', 'D', 'M', '2')},
|
||||
{ CODEC_ID_ROQ_DPCM, MKTAG('R', 'o', 'Q', 'A')},
|
||||
{ CODEC_ID_SHORTEN, MKTAG('s', 'h', 'r', 'n')},
|
||||
|
|
Loading…
Reference in New Issue