[FFmpeg-cvslog] swresample/libswresample.v: hide ff_*

Michael Niedermayer git at videolan.org
Sat Jul 12 18:45:33 CEST 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Jul 12 18:39:46 2014 +0200| [52fafaf4740b78174e9da0d2aaaf3dd93ab33d63] | committer: Michael Niedermayer

swresample/libswresample.v: hide ff_*

Found-by: Hendrik Leppkes <h.leppkes at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=52fafaf4740b78174e9da0d2aaaf3dd93ab33d63
---

 libswresample/libswresample.v |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libswresample/libswresample.v b/libswresample/libswresample.v
index 9b797bd..0d5efe4 100644
--- a/libswresample/libswresample.v
+++ b/libswresample/libswresample.v
@@ -1,4 +1,4 @@
 LIBSWRESAMPLE_$MAJOR {
-        global: swr_*; ff_*; swresample_*;
+        global: swr_*; swresample_*;
         local: *;
 };



More information about the ffmpeg-cvslog mailing list