Commit 65d3176a authored by Anton Khirnov's avatar Anton Khirnov

lavc: hide private symbols.

Overhead as reported by rbelf-size goes from 90860 to 20204.
parent 586657c2
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: *;
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment