[FFmpeg-devel] [PATCH 3/4] lavfi: stop exporting internal functions

James Almer jamrial at gmail.com
Sun Aug 10 02:04:34 CEST 2014


Signed-off-by: James Almer <jamrial at gmail.com>
---
 libavfilter/libavfilter.v | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavfilter/libavfilter.v b/libavfilter/libavfilter.v
index a3d33a3..83e8887 100644
--- a/libavfilter/libavfilter.v
+++ b/libavfilter/libavfilter.v
@@ -1,5 +1,4 @@
 LIBAVFILTER_$MAJOR {
         global: avfilter_*; av_*;
-            ff_default_query_formats;
         local: *;
 };
-- 
1.8.5.5



More information about the ffmpeg-devel mailing list