You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +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 {
|
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;
|
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user