From: Vitor Sessak Date: Mon, 30 Jun 2008 18:39:11 +0000 (+0000) Subject: Clean up error message X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=285ea3e30ab7638eccf8f0b9e1bb0ef36a8e1be0;p=ffmpeg Clean up error message Originally committed as revision 14039 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavcodec/ra288.c b/libavcodec/ra288.c index 831b34638f6..4f77ada45b0 100644 --- a/libavcodec/ra288.c +++ b/libavcodec/ra288.c @@ -251,7 +251,7 @@ static int ra288_decode_frame(AVCodecContext * avctx, void *data, 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; }