[FFmpeg-cvslog] r14039 - trunk/libavcodec/ra288.c
vitor
subversion
Mon Jun 30 20:39:11 CEST 2008
Author: vitor
Date: Mon Jun 30 20:39:11 2008
New Revision: 14039
Log:
Clean up error message
Modified:
trunk/libavcodec/ra288.c
Modified: trunk/libavcodec/ra288.c
==============================================================================
--- trunk/libavcodec/ra288.c (original)
+++ trunk/libavcodec/ra288.c Mon Jun 30 20:39:11 2008
@@ -251,7 +251,7 @@ static int ra288_decode_frame(AVCodecCon
if (buf_size < avctx->block_align) {
av_log(avctx, AV_LOG_ERROR,
- "ffra288: Error! Input buffer is too small [%d<%d]\n",
+ "Error! Input buffer is too small [%d<%d]\n",
buf_size, avctx->block_align);
return 0;
}
More information about the ffmpeg-cvslog
mailing list