[FFmpeg-cvslog] lavfi: stop exporting internal functions
James Almer
git at videolan.org
Sun Aug 10 05:02:25 CEST 2014
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Sat Aug 9 21:04:34 2014 -0300| [6985ef7813971a694a0e6b3b8eddf47456c391dc] | committer: Michael Niedermayer
lavfi: stop exporting internal functions
Signed-off-by: James Almer <jamrial at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6985ef7813971a694a0e6b3b8eddf47456c391dc
---
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: *;
};
More information about the ffmpeg-cvslog
mailing list