]> git.sesse.net Git - ffmpeg/commit
avcodec/mjpegenc_common: Move stuff only used by mjpegenc.c to it
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 17 Feb 2021 22:16:58 +0000 (23:16 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 23 Feb 2021 09:14:25 +0000 (10:14 +0100)
commitbab6b88ebf6aadf3036d6d998e3e0e8b4389b6b1
tree60f2e33736c4aa82c480e236683ee6d6d4332b67
parent6eae9c1d3946771c577faeda9e4394a26063dd22
avcodec/mjpegenc_common: Move stuff only used by mjpegenc.c to it

This allows to make ff_init_uni_ac_vlc static;
ff_mjpeg_encode_picture_frame has also been made static, but it could
always have been made static.

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