From 8e6e9bacc4fd983741e4589bf5dd366c01ac4e15 Mon Sep 17 00:00:00 2001 From: Jai Menon Date: Fri, 12 Jun 2009 13:21:01 +0000 Subject: [PATCH] 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 --- libavformat/riff.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/riff.c b/libavformat/riff.c index d9b4f44..5b8c272 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -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 }, -- 2.7.4