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

James Zern jzern at google.com
Wed Jun 2 23:25:42 EEST 2021


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.


More information about the ffmpeg-devel mailing list