diff --git a/libavcodec/libavcodec.v b/libavcodec/libavcodec.v
index 561a42cd4f1c4955d1ae3f5d6affbc7cbd220861..65699038abeb6c51848e0bda4e06dab43a7f01f9 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;
 };