lavc: hide private symbols.

Overhead as reported by rbelf-size goes from 90860 to 20204.
pull/2/head
Anton Khirnov 13 years ago
parent 586657c20a
commit 65d3176aaf
  1. 13
      libavcodec/libavcodec.v

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

Loading…
Cancel
Save