lavc: hide private symbols.

Overhead as reported by rbelf-size goes from 90860 to 20204.
This commit is contained in:
Anton Khirnov 2011-10-17 10:13:16 +02:00
parent 586657c20a
commit 65d3176aaf
1 changed files with 6 additions and 7 deletions

View File

@ -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: *;
};