diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-07-12 18:39:46 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-07-12 18:40:17 +0200 |
commit | 52fafaf4740b78174e9da0d2aaaf3dd93ab33d63 (patch) | |
tree | ade144aaf326121cfabf86287601772a6ae62306 | |
parent | 699d2107bea0426dd87c94fa9a983de38f0b502d (diff) | |
download | ffmpeg-52fafaf4740b78174e9da0d2aaaf3dd93ab33d63.tar.gz |
swresample/libswresample.v: hide ff_*
Found-by: Hendrik Leppkes <h.leppkes@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libswresample/libswresample.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswresample/libswresample.v b/libswresample/libswresample.v index 9b797bde77..0d5efe4706 100644 --- a/libswresample/libswresample.v +++ b/libswresample/libswresample.v @@ -1,4 +1,4 @@ LIBSWRESAMPLE_$MAJOR { - global: swr_*; ff_*; swresample_*; + global: swr_*; swresample_*; local: *; }; |