[FFmpeg-soc] [soc]: r5152 - als/alsdec.c
thilo.borgmann
subversion at mplayerhq.hu
Sun Aug 16 21:27:07 CEST 2009
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
More information about the FFmpeg-soc
mailing list