On Thu, Aug 24, 2017 at 09:13:20 +0800, Jun Zhao wrote: > + av_log(avctx, AV_LOG_ERROR, "The max slices number per frame " > + "cannot more than %d.\n", ctx->max_slices); "cannot be more" (This remark also applies to the h265 patch.) Moritz