diff options
author | James Almer <jamrial@gmail.com> | 2014-08-09 21:04:34 -0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-08-10 04:51:19 +0200 |
commit | 6985ef7813971a694a0e6b3b8eddf47456c391dc (patch) | |
tree | 1c667a39042054236cf9367b55ebc6f026ccfe65 | |
parent | ddce2b26544484893832668f96f2364402059d4a (diff) | |
download | ffmpeg-6985ef7813971a694a0e6b3b8eddf47456c391dc.tar.gz |
lavfi: stop exporting internal functions
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavfilter/libavfilter.v | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/libavfilter.v b/libavfilter/libavfilter.v index a3d33a32e1..83e8887080 100644 --- a/libavfilter/libavfilter.v +++ b/libavfilter/libavfilter.v @@ -1,5 +1,4 @@ LIBAVFILTER_$MAJOR { global: avfilter_*; av_*; - ff_default_query_formats; local: *; }; |