[FFmpeg-devel] [PATCH] RealAudio SIPR @16k decoder (1/4) Core

Diego Biurrun diego
Sat Jul 12 10:29:01 CEST 2008


On Sat, Jul 12, 2008 at 02:16:24PM +0700, Vladimir Voroshilov wrote:
> 
> Here is first draft version of fixed-point RealAudio sipr decoder
> (only 16kHz mode)
> 
> This patch contains core routine.

Neat, one more Real format supported...

> --- /dev/null
> +++ b/libavcodec/sipr.c
> @@ -0,0 +1,411 @@
> +#include <inttypes.h>
> +#include <stdio.h>
> +#include <math.h>
> +#include <limits.h>
> +#include <string.h>

The license header is missing.

Diego




More information about the ffmpeg-devel mailing list