[FFmpeg-devel] [PATCH 2/2] Hide the now-prefixed decoders, encoders, parsers, bsf, hwaccel objects.
Diego Elio Pettenò
flameeyes
Tue Jan 25 23:40:12 CET 2011
This reduced sensibly the size of the symbol table in the generated ELF
shared object (as well as the other linked tables).
---
libavcodec/libavcodec.v | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/libavcodec/libavcodec.v b/libavcodec/libavcodec.v
index 561a42c..6569903 100644
--- a/libavcodec/libavcodec.v
+++ b/libavcodec/libavcodec.v
@@ -1,3 +1,9 @@
LIBAVCODEC_$MAJOR {
global: *;
+ local:
+ ff_*_bsf;
+ ff_*_decoder;
+ ff_*_encoder;
+ ff_*_hwaccel;
+ ff_*_parser;
};
--
1.7.4.rc2
More information about the ffmpeg-devel
mailing list