summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/libavcodec.v5
1 files changed, 4 insertions, 1 deletions
diff --git a/libavcodec/libavcodec.v b/libavcodec/libavcodec.v
index f1d5e5bc77..d863e056a5 100644
--- a/libavcodec/libavcodec.v
+++ b/libavcodec/libavcodec.v
@@ -1,6 +1,9 @@
LIBAVCODEC_MAJOR {
global:
- av*;
+ av_*;
+ avcodec_*;
+ avpriv_*;
+ avsubtitle_free;
local:
*;
};