]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/libavformat.v
bitstream: add get_bits64() to support reading more than 32 bits at once
[ffmpeg] / libavformat / libavformat.v
index 0ec1c3c4de5a11b6a99cc057f602fc3ba5b84748..6f11d600b99b709b6102b2c9ec2c27ab9bc5ab9e 100644 (file)
@@ -1,7 +1,4 @@
 LIBAVFORMAT_$MAJOR {
-        global: *;
-        local:
-                ff_*_demuxer;
-                ff_*_muxer;
-                ff_*_protocol;
+        global: av*;
+        local: *;
 };