lavc: hide private symbols.
authorAnton Khirnov <anton@khirnov.net>
Mon, 17 Oct 2011 08:13:16 +0000 (10:13 +0200)
committerAnton Khirnov <anton@khirnov.net>
Thu, 20 Oct 2011 19:06:58 +0000 (21:06 +0200)
Overhead as reported by rbelf-size goes from 90860 to 20204.

libavcodec/libavcodec.v

index 6569903..a9e7674 100644 (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:  *;
 };