projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Hide the now-prefixed decoders, encoders, parsers, bsf, hwaccel objects.
[libav.git]
/
libavcodec
/
libavcodec.v
diff --git
a/libavcodec/libavcodec.v
b/libavcodec/libavcodec.v
index
561a42c
..
6569903
100644
(file)
--- 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;
};