@@ -1100,7 +1100,7 @@ static av_cold int encode_init(AVCodecContext *avctx)
gotoslices_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);