forked from FFmpeg/FFmpeg
libavfilter: export ff_default_query_formats()
Its needed for fate on shared versioned .so Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
6bc485b86b
commit
e02e58fb1c
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
LIBAVFILTER_$MAJOR {
|
||||
global: avfilter_*; av_*;
|
||||
ff_default_query_formats;
|
||||
local: *;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue