Quoting Andreas Rheinhardt (2023-09-19 21:57:00) > It avoids allocations and the corresponding error checks. > Also avoids casts and indirections. > > Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@outlook.com> > --- > libavcodec/dovi_rpu.c | 54 ++++++++++++++++++------------------------- > libavcodec/dovi_rpu.h | 4 ++-- > libavcodec/hevcdec.c | 4 +--- > 3 files changed, 26 insertions(+), 36 deletions(-) > > diff --git a/libavcodec/dovi_rpu.c b/libavcodec/dovi_rpu.c > index dd38936552..794fa878a7 100644 > --- a/libavcodec/dovi_rpu.c > +++ b/libavcodec/dovi_rpu.c > @@ -26,6 +26,7 @@ > #include "dovi_rpu.h" > #include "golomb.h" > #include "get_bits.h" > +#include "refstruct.h" > > enum { > RPU_COEFF_FIXED = 0, > @@ -35,15 +36,15 @@ enum { > /** > * Private contents of vdr_ref.
Should update the comment as well. Otherwise looks good. -- Anton Khirnov _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".