[FFmpeg-cvslog] r19166 - trunk/libavformat/riff.c
jai_menon
subversion
Fri Jun 12 15:21:01 CEST 2009
Author: jai_menon
Date: Fri Jun 12 15:21:01 2009
New Revision: 19166
Log:
Associate the 0x6c75 TwoCC used in certain Kodak cameras
to the PCM Mu-law decoder.
Fixes Issue 1178.
Modified:
trunk/libavformat/riff.c
Modified: trunk/libavformat/riff.c
==============================================================================
--- trunk/libavformat/riff.c Fri Jun 12 15:12:13 2009 (r19165)
+++ trunk/libavformat/riff.c Fri Jun 12 15:21:01 2009 (r19166)
@@ -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 },
More information about the ffmpeg-cvslog
mailing list