[FFmpeg-devel] [PATCH] riff: add G723_1 wav tag

compn tempn at twmi.rr.com
Sat Jul 21 03:37:42 CEST 2012


On Sat, 21 Jul 2012 00:45:34 +0200, Piotr Bandurski wrote:
>diff --git a/libavformat/riff.c b/libavformat/riff.c
>index 1492bb3..e3cf459 100644
>--- a/libavformat/riff.c
>+++ b/libavformat/riff.c
>@@ -335,6 +335,7 @@ const AVCodecTag ff_codec_wav_tags[] = {
>     { CODEC_ID_TRUESPEECH,      0x0022 },
>     { CODEC_ID_GSM_MS,          0x0031 },
>     { CODEC_ID_AMR_NB,          0x0038 },  /* rogue format number */
>+    { CODEC_ID_G723_1,          0x0042 },

do you have a sample of this somewheres? i like adding these to
mplayer.

patch LGTM

now if only we had samples for the rest of the audio codecs:
http://wiki.multimedia.cx/index.php?title=TwoCC

-compn


More information about the ffmpeg-devel mailing list