---
 libavcodec/libavcodec.v |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/libavcodec/libavcodec.v b/libavcodec/libavcodec.v
index 6569903..a9e7674 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:  *;
 };
-- 
1.7.6.3

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to