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
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to