[FFmpeg-devel] [PATCH V1 01/11] lavfi/spp: add "quality" option in runtime change path

mypopy at gmail.com mypopy at gmail.com
Tue Jan 14 03:31:56 EET 2020


On Mon, Jan 13, 2020 at 9:27 PM Moritz Barsnick <barsnick at gmx.net> wrote:
>
> On Sat, Jan 11, 2020 at 12:13:48 +0800, Jun Zhao wrote:
> > + at item level
> > + at item quality
> > +Same as quality option. And the command accepts the @code{max} same as the @code{6}.
> > + at end table
>
> I'm sorry for coming in late, but this sentence doesn't make much sense
> to me:
>    And the command accepts the "max" same as the 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)


More information about the ffmpeg-devel mailing list