You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
lavc: hide private symbols.
Overhead as reported by rbelf-size goes from 90860 to 20204.
This commit is contained in:
@@ -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: *;
|
||||
};
|
||||
|
Reference in New Issue
Block a user