[FFmpeg-devel] [RFC] Monkey's Audio decoder

Diego Biurrun diego
Mon Sep 10 16:03:31 CEST 2007


On Mon, Sep 10, 2007 at 03:28:59PM +0300, Kostya wrote:
> Here's Monkey's Audio decoder made from libdemac by Benjamin Zores
> and made working by me.
> 
> Please comment on decoder/demuxer structure
> (ape.c is demuxer, apedec.c is decoder).

> --- libavcodec/avcodec.h      (revision 10469)
> +++ libavcodec/avcodec.h      (working copy)
> @@ -259,4 +259,5 @@
>      CODEC_ID_GSM_MS, /* as found in WAV */
>      CODEC_ID_ATRAC3,
> +    CODEC_ID_APE,
>      CODEC_ID_VOXWARE,

I think you need to add the ID at the end of the list.

Diego




More information about the ffmpeg-devel mailing list