thilo.borgmann wrote:
> Author: thilo.borgmann
> Date: Sun Aug 16 02:14:06 2009
> New Revision: 5149
>
> Log:
> Correct log message.
>
> Modified:
> als/alsdec.c
>
> Modified: als/alsdec.c
> ==============================================================================
> --- als/alsdec.c Sun Aug 16 01:36:13 2009 (r5148)
> +++ als/alsdec.c Sun Aug 16 02:14:06 2009 (r5149)
> @@ -909,7 +909,7 @@ static int decode_frame(AVCodecContext *
> // decode the frame data
> if ((invalid_frame = read_frame_data(ctx, ra_frame))) {
> av_log(ctx->avctx, AV_LOG_WARNING,
> - "Reading frame data failed. Skipping RA unit.\n");
> + "Reading frame data failed. Skipping frame.\n");
> }
But the previous was correct. By returning the full buffer size, you
skip the remaining frames in the RA unit.
-Justin
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc