Skip to content
Snippets Groups Projects
Commit a4b58fd9 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

ffv1: add examples of supported slices counts

parent da958795
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment