On Tue, Oct 18, 2022 at 08:06:02PM +1100, Peter Ross wrote: > Duplicates of the standard JPEG quantization tables were found in the > AGM, MSS34(dsp), NUV and VP31 codecs. This patch elimates those duplicates, > placing a single copy in jpegquanttables.c. > --- > added FF_VISIBILITY_xxx_HIDDEN statements and removed suplus copyright text. > > libavcodec/Makefile | 8 +++--- > libavcodec/agm.c | 27 ++++-------------- > libavcodec/jpegquanttables.c | 54 ++++++++++++++++++++++++++++++++++++ > libavcodec/jpegquanttables.h | 32 +++++++++++++++++++++ > libavcodec/jpegtables.c | 27 ------------------ > libavcodec/mss34dsp.c | 25 ++--------------- > libavcodec/nuv.c | 27 ++---------------- > libavcodec/vp3.c | 3 +- > libavcodec/vp3data.h | 13 --------- > 9 files changed, 102 insertions(+), 114 deletions(-) > create mode 100644 libavcodec/jpegquanttables.c > create mode 100644 libavcodec/jpegquanttables.h
will push in a couple of days -- Peter (A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B)
signature.asc
Description: PGP signature
_______________________________________________ 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".