]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/libavfilter.v
avformat/rtsp: Remove deprecated old options, rename stimeout->timeout
[ffmpeg] / libavfilter / libavfilter.v
index a3d33a32e1ccb9d541a28ab5934afbaecde6a8ca..6518e5fc0960bc0c468e7cd3531634857fe4c68f 100644 (file)
@@ -1,5 +1,7 @@
-LIBAVFILTER_$MAJOR {
-        global: avfilter_*; av_*;
-            ff_default_query_formats;
-        local: *;
+LIBAVFILTER_MAJOR {
+    global:
+        avfilter_*;
+        av_*;
+    local:
+        *;
 };