[FFmpeg-soc] [soc]: r5149 - als/alsdec.c
thilo.borgmann
subversion at mplayerhq.hu
Sun Aug 16 02:14:06 CEST 2009
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");
}
// increment the frame counter
More information about the FFmpeg-soc
mailing list