mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 00:32:31 +00:00
ffv1: add examples of supported slices counts
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
da9587952a
commit
a4b58fd9e8
@ -1100,7 +1100,7 @@ static av_cold int encode_init(AVCodecContext *avctx)
|
||||
goto slices_ok;
|
||||
}
|
||||
}
|
||||
av_log(avctx, AV_LOG_ERROR, "Unsupported number %d of slices requested, please specify a supported number with -slices\n", avctx->slices);
|
||||
av_log(avctx, AV_LOG_ERROR, "Unsupported number %d of slices requested, please specify a supported number with -slices (ex:4,6,9,12,16, ...)\n", avctx->slices);
|
||||
return -1;
|
||||
slices_ok:
|
||||
write_extra_header(s);
|
||||
|
Loading…
Reference in New Issue
Block a user