mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-23 19:49:56 +00:00
Associate the 0x6c75 TwoCC used in certain Kodak cameras
to the PCM Mu-law decoder. Fixes Issue 1178. Originally committed as revision 19166 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ae1374ce10
commit
8e6e9bacc4
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user