]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/libavfilter.v
avcodec: Move all AVCodecParser.split functions to remove_extradata_bsf
[ffmpeg] / libavfilter / libavfilter.v
index 83e88870809c2e8374152a9ef9c5a816971d6a29..6518e5fc0960bc0c468e7cd3531634857fe4c68f 100644 (file)
@@ -1,4 +1,7 @@
-LIBAVFILTER_$MAJOR {
-        global: avfilter_*; av_*;
-        local: *;
+LIBAVFILTER_MAJOR {
+    global:
+        avfilter_*;
+        av_*;
+    local:
+        *;
 };