Commit e499e3dc authored by jai_menon's avatar jai_menon

Associate the 0x6c75 TwoCC used in certain Kodak cameras

to the PCM Mu-law decoder.
Fixes Issue 1178.



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19166 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ef897dcd
......@@ -254,6 +254,7 @@ const AVCodecTag codec_wav_tags[] = {
{ CODEC_ID_DTS, 0x2001 },
{ CODEC_ID_SONIC, 0x2048 },
{ CODEC_ID_SONIC_LS, 0x2048 },
{ CODEC_ID_PCM_MULAW, 0x6c75 },
{ CODEC_ID_AAC, 0x706d },
{ CODEC_ID_AAC, 0x4143 },
{ CODEC_ID_FLAC, 0xF1AC },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment