Author: thilo.borgmann
Date: Sun Aug 16 21:27:07 2009
New Revision: 5152

Log:
Recorrect log message.

Modified:
   als/alsdec.c

Modified: als/alsdec.c
==============================================================================
--- als/alsdec.c        Sun Aug 16 11:40:02 2009        (r5151)
+++ als/alsdec.c        Sun Aug 16 21:27:07 2009        (r5152)
@@ -923,7 +923,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 frame.\n");
+               "Reading frame data failed. Skipping RA unit.\n");
     }
 
     // increment the frame counter
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to