[FFmpeg-cvslog] libavfilter: export ff_default_query_formats()
Michael Niedermayer
git at videolan.org
Fri May 25 18:57:44 CEST 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri May 25 18:54:01 2012 +0200| [e02e58fb1c108dd96ef5b61454a2ba8d2af895ea] | committer: Michael Niedermayer
libavfilter: export ff_default_query_formats()
Its needed for fate on shared versioned .so
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e02e58fb1c108dd96ef5b61454a2ba8d2af895ea
---
libavfilter/libavfilter.v | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavfilter/libavfilter.v b/libavfilter/libavfilter.v
index 83e8887..a3d33a3 100644
--- a/libavfilter/libavfilter.v
+++ b/libavfilter/libavfilter.v
@@ -1,4 +1,5 @@
LIBAVFILTER_$MAJOR {
global: avfilter_*; av_*;
+ ff_default_query_formats;
local: *;
};
More information about the ffmpeg-cvslog
mailing list