]> git.sesse.net Git - ffmpeg/commit
avcodec/jpegtables: Move ff_mjpeg_build_huffman_codes to mjpegenc_common
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 9 Feb 2021 23:31:46 +0000 (00:31 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 23 Feb 2021 09:14:25 +0000 (10:14 +0100)
commit6eae9c1d3946771c577faeda9e4394a26063dd22
tree0b8b5fdc431308c41859fc70ab708ec29b6f79e8
parentd26198ada3279e9d7ef5d3d2cca13b0eff5144f0
avcodec/jpegtables: Move ff_mjpeg_build_huffman_codes to mjpegenc_common

Since g2meet.c doesn't use it any more, only encoders use it and
the place for their common code is mjpegenc_common.c.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/jpegtables.c
libavcodec/jpegtables.h
libavcodec/mjpegenc_common.c
libavcodec/mjpegenc_common.h