mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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 {
|
LIBAVCODEC_$MAJOR {
|
||||||
global: *;
|
global: av*;
|
||||||
local:
|
audio_resample;
|
||||||
ff_*_bsf;
|
audio_resample_close;
|
||||||
ff_*_decoder;
|
#deprecated, remove after next bump
|
||||||
ff_*_encoder;
|
img_get_alpha_info;
|
||||||
ff_*_hwaccel;
|
local: *;
|
||||||
ff_*_parser;
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user