[Ffmpeg-devel] [PATCH] GSM-MS decoder and encoder
Diego Biurrun
diego
Wed Feb 14 15:36:33 CET 2007
On Wed, Feb 14, 2007 at 03:29:23PM +0100, Michel Bardiaux wrote:
>
> --- libavcodec/libgsm.c (revision 7975)
> +++ libavcodec/libgsm.c (working copy)
> @@ -24,22 +25,35 @@
>
> +// The idiosyncrasies of GSM-in-WAV are explained at http://kbs.cs.tu-berlin.de/~jutta/toast.html
Note: If you are familiar with those idiosyncrasies, they would be a
welcome addition to the multimedia Wiki.
> --- libavcodec/avcodec.h (revision 7975)
> +++ libavcodec/avcodec.h (working copy)
> @@ -227,7 +227,7 @@
> CODEC_ID_WESTWOOD_SND1,
> - CODEC_ID_GSM,
> + CODEC_ID_GSM, /* As in Berlin toast format */
Commit this right away.
Diego
More information about the ffmpeg-devel
mailing list