Mercurial > libavformat.hg
changeset 5023:602c5cd5a1a3 libavformat
Associate the 0x6c75 TwoCC used in certain Kodak cameras
to the PCM Mu-law decoder.
Fixes Issue 1178.
author | jai_menon |
---|---|
date | Fri, 12 Jun 2009 13:21:01 +0000 |
parents | 003850af7649 |
children | 0d2573b3397b |
files | riff.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/riff.c Fri Jun 12 05:29:29 2009 +0000 +++ b/riff.c Fri Jun 12 13:21:01 2009 +0000 @@ -254,6 +254,7 @@ { 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 },