Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-05-25 20:54:01 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-05-25 20:54:01 +0400
commite02e58fb1c108dd96ef5b61454a2ba8d2af895ea (patch)
treecb1d6c7f7067424e62e556e0c595ab5c0f69f557
parent6bc485b86bc9b51005f9e04a46b9111d2084fdbc (diff)
libavfilter: export ff_default_query_formats()
Its needed for fate on shared versioned .so Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--libavfilter/libavfilter.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/libavfilter.v b/libavfilter/libavfilter.v
index 83e8887080..a3d33a32e1 100644
--- a/libavfilter/libavfilter.v
+++ b/libavfilter/libavfilter.v
@@ -1,4 +1,5 @@
LIBAVFILTER_$MAJOR {
global: avfilter_*; av_*;
+ ff_default_query_formats;
local: *;
};