summaryrefslogtreecommitdiff
path: root/libavcodec/libavcodec.v
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-10-17 10:13:16 +0200
committerAnton Khirnov <anton@khirnov.net>2011-10-20 21:06:58 +0200
commit65d3176aaf8f876e0769f200abe95cac42151c89 (patch)
treed434ff33795c5164f4b0a98106cc2dff3871bccb /libavcodec/libavcodec.v
parent586657c20a84ea85bfd28b9ab19aace427178922 (diff)
lavc: hide private symbols.
Overhead as reported by rbelf-size goes from 90860 to 20204.
Diffstat (limited to 'libavcodec/libavcodec.v')
-rw-r--r--libavcodec/libavcodec.v13
1 files changed, 6 insertions, 7 deletions
diff --git a/libavcodec/libavcodec.v b/libavcodec/libavcodec.v
index 65699038ab..a9e7674e13 100644
--- a/libavcodec/libavcodec.v
+++ b/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: *;
};