On Tue, Jan 14, 2020 at 09:31:56 +0800, [email protected] wrote:
> > On Sat, Jan 11, 2020 at 12:13:48 +0800, Jun Zhao wrote:
> > > +Same as quality option. And the command accepts the @code{max} same as
> > > the @code{6}.
> > Are you trying to say that the allowed range for the command(s) is
> > (are) the same as for the option?
> No, from the code,
>
> if (!strcmp(args, "max"))
> s->log2_count = MAX_LEVEL;
>
> this means, we can setting value "max" or "6" (MAX_LEVEL)
Sorry, I didn't check the code, but was reading the docs from a user
point of view.
I suggest fixing this to:
Same as quality option. The command accepts the value @code{max} with
the same meaning as @code{6}.
Or something like this.
Thanks,
Moritz
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".