Re: [FFmpeg-devel] [PATCH 1/2] mpeg2: Renaming functions around init_uni_ac_vlc

2020-07-14 Thread Moritz Barsnick
On Mon, Jul 13, 2020 at 13:16:18 +0200, Jean-Baptiste Kempf wrote: > We need to export init_uni_ac_vlc to init_uni_ac_vlc and therefore need "to ff_init_uni_ac_vlc"? Moritz ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman

Re: [FFmpeg-devel] [PATCH 1/2] mpeg2: Renaming functions around init_uni_ac_vlc

2020-07-13 Thread Michael Niedermayer
On Mon, Jul 13, 2020 at 01:16:18PM +0200, Jean-Baptiste Kempf wrote: > We need to export init_uni_ac_vlc to init_uni_ac_vlc and therefore need > renaming ff_init_uni_ac_vlc to ff_init_uni_ac_huffman for the following > patch. > --- > libavcodec/mjpegenc.c| 4 ++-- > libavcodec/mjpegenc_com

[FFmpeg-devel] [PATCH 1/2] mpeg2: Renaming functions around init_uni_ac_vlc

2020-07-13 Thread Jean-Baptiste Kempf
We need to export init_uni_ac_vlc to init_uni_ac_vlc and therefore need renaming ff_init_uni_ac_vlc to ff_init_uni_ac_huffman for the following patch. --- libavcodec/mjpegenc.c| 4 ++-- libavcodec/mjpegenc_common.c | 6 +++--- libavcodec/mjpegenc_common.h | 2 +- libavcodec/mpeg12.h