[FFmpeg-soc] [soc]: r4307 - in als: README alsdec.c

Justin Ruggles justin.ruggles at gmail.com
Sat May 30 15:38:21 CEST 2009


thilo.borgmann wrote:
> -/** Decode an ALS frame.
> +/** Decodes an ALS frame.
>   */
> -static int als_decode_frame(AVCodecContext *avctx,
> +static av_cold int decode_frame(AVCodecContext *avctx,
>                              void *data, int *data_size,
> -                            AVPacket *avpkt) {
> +                            AVPacket *avpkt)
> +{
>      return 0;
>  }

This function should not be marked as av_cold.  It is called for each frame.

-Justin


More information about the FFmpeg-soc mailing list