You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-16 22:42:38 +02:00
Clean up error message
Originally committed as revision 14039 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user