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 { 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;
}; };
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