Commit 16524d1b authored by Michael Niedermayer's avatar Michael Niedermayer

ffv1: include solution hint in the slice error message

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 8f899545
......@@ -1102,7 +1102,7 @@ static av_cold int encode_init(AVCodecContext *avctx)
goto slices_ok;
}
}
av_log(avctx, AV_LOG_ERROR, "Unsupported number %d of slices requested\n", avctx->slices);
av_log(avctx, AV_LOG_ERROR, "Unsupported number %d of slices requested, please specify a supported number with -slices\n", avctx->slices);
return -1;
slices_ok:
write_extra_header(s);
......
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