mirror of https://git.ffmpeg.org/ffmpeg.git
lavc: hide private symbols.
Overhead as reported by rbelf-size goes from 90860 to 20204.
This commit is contained in:
parent
586657c20a
commit
65d3176aaf
|
@ -1,9 +1,8 @@
|
|||
LIBAVCODEC_$MAJOR {
|
||||
global: *;
|
||||
local:
|
||||
ff_*_bsf;
|
||||
ff_*_decoder;
|
||||
ff_*_encoder;
|
||||
ff_*_hwaccel;
|
||||
ff_*_parser;
|
||||
global: av*;
|
||||
audio_resample;
|
||||
audio_resample_close;
|
||||
#deprecated, remove after next bump
|
||||
img_get_alpha_info;
|
||||
local: *;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue