[FFmpeg-cvslog] r14626 - trunk/libavcodec/aac.c

pross at xvid.org pross
Wed Aug 6 09:26:44 CEST 2008


On Tue, Aug 05, 2008 at 09:32:01PM +0200, superdump wrote:
> Author: superdump
> Date: Tue Aug  5 21:32:01 2008
> New Revision: 14626
> 
> Log:
> OKed sections of code from the SoC AAC decoder
> 
> 
> Added:
>    trunk/libavcodec/aac.c
> 
> Added: trunk/libavcodec/aac.c
> ==============================================================================
> --- (empty file)
> +++ trunk/libavcodec/aac.c	Tue Aug  5 21:32:01 2008
> @@ -0,0 +1,241 @@
> +
> +AVCodec aac_decoder = {
> +    "aac",
> +    CODEC_TYPE_AUDIO,
> +    CODEC_ID_AAC,
> +    sizeof(AACContext),
> +    aac_decode_init,
> +    NULL,
> +    aac_decode_close,
> +    aac_decode_frame,
> +    .long_name = NULL_IF_CONFIG_SMALL("Advanced Audio Coding"),
> +};

Rob, please set AVCodec->sample_fmts in your next patch round.

-- Peter
(A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/attachments/20080806/e0cbe345/attachment.pgp>



More information about the ffmpeg-cvslog mailing list