On Wed, Jun 2, 2021 at 1:31 PM James Zern <[email protected]> wrote:
> On Tue, Jun 1, 2021 at 6:47 PM Mohammad Izadi > <[email protected]> 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 > [email protected] > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". > _______________________________________________ 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".
