Commit 36868464 authored by vitor's avatar vitor

Clean up error message

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14039 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b590950e
......@@ -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