[FFmpeg-devel] [PATCH] avcodec: Pass the HDR10+ metadata to the packet side data in VP9 encoder

Mohammad Izadi izadi at google.com
Mon Jun 7 19:47:43 EEST 2021


On Wed, Jun 2, 2021 at 1:31 PM James Zern <jzern-at-google.com at ffmpeg.org>
wrote:

> On Tue, Jun 1, 2021 at 6:47 PM Mohammad Izadi
> <izadi-at-google.com at ffmpeg.org> wrote:
> > [...]
> > +static av_cold int add_hdr10_plus(AVFifoBuffer *fifo, struct
> FrameHDR10Plus *data)
> > +{
> > +    int err = av_fifo_grow(fifo, sizeof(FrameHDR10Plus));
>
> Prefer sizeof(var) for these to match the rest of the code.
>
Done.

> _______________________________________________
> 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