mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 05:50:43 +00:00
Fix flashsv2 encoder error message.
This commit is contained in:
parent
2a37ac042f
commit
db11fc5392
@ -194,7 +194,7 @@ static av_cold int flashsv2_encode_init(AVCodecContext * avctx)
|
||||
}
|
||||
if ((avctx->width < 16) || (avctx->height < 16)) {
|
||||
av_log(avctx, AV_LOG_ERROR,
|
||||
"Input dimensions too small, input must be max 16x16 !\n");
|
||||
"Input dimensions too small, input must be at least 16x16 !\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user