[FFmpeg-devel] [PATCH] G.729 parameters decoding

Diego Biurrun diego
Wed Jun 10 20:27:28 CEST 2009


On Thu, Jun 11, 2009 at 01:22:35AM +0700, Vladimir Voroshilov wrote:
> Patch adds routine, which decodes one G.729 frame into vector of
> decoding parameters.
> Both G.729 and G.729D are supported.
> 
> --- ffmpeg-r19127.orig/libavcodec/g729dec.c
> +++ ffmpeg-r19127.mod/libavcodec/g729dec.c
> @@ -162,12 +203,43 @@ static av_cold int decoder_init(AVCodecContext * avctx)
> +static void g729_bytes2parm(G729FormatDescription *format, const uint8_t *buf, int buf_size, G729Parameters *parm)

Is the prefix needed?

And extra good karma for breaking long lines.

Diego



More information about the ffmpeg-devel mailing list