Commit 285ea3e3 authored by Vitor Sessak's avatar Vitor Sessak

Clean up error message

Originally committed as revision 14039 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a40b2c2a
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment