[FFmpeg-devel] [PATCH] [libdav1d.c]: Add options for spatial layers.

Thierry Foucu tfoucu at gmail.com
Thu Nov 28 02:24:40 EET 2019


On Wed, Nov 27, 2019 at 4:02 PM James Almer <jamrial at gmail.com> wrote:

> On 11/27/2019 9:00 PM, Moritz Barsnick wrote:
> > On Wed, Nov 27, 2019 at 09:21:28 -0800, Thierry Foucu wrote:
> >> + at item oppoint
> >> +Select an operating point of a scalable AV1 bitstream (0 - 32)
> > [...]
> >> +    { "oppoint",  "Select an operating point of the scalable
> bitstream", OFFSET(operating_point), AV_OPT_TYPE_INT, { .i64 = -1 }, 0, 31,
> VD },
> >
> > 0 to 31 or 0 to 32?
>
> 0 to 31. It's 32 operating points in total.
>

thanks..
Will update the patch


>
> >
> >> + at item alllayer
> >> +Output all spatial layers of a scalable AV1 bitstream. The default
> value is false.
> > [...]
> >> +    { "alllayers", "Output all spatial layers", OFFSET(all_layers),
> AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, VD },
> > "alllayers", not "alllayer"
> >
>

Sorry, will update the patch.


> > Cheers,
> > Moritz
> > _______________________________________________
> > ffmpeg-devel mailing list
> > ffmpeg-devel at ffmpeg.org
> > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> >
> > To unsubscribe, visit link above, or email
> > ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
> >
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-devel mailing list