[FFmpeg-cvslog] avcodec/libavcodec.v: remove obsolete exports

James Almer git at videolan.org
Sun Oct 22 16:14:13 EEST 2017


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Sun Oct 22 10:12:52 2017 -0300| [72c3d9ae4528543a17d760a173a78a05a85e579e] | committer: James Almer

avcodec/libavcodec.v: remove obsolete exports

Forgotten cruft that should have been removed in
8f483108b503fa03ed5e956e25df4cb899171df5.

Signed-off-by: James Almer <jamrial at gmail.com>

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

 libavcodec/libavcodec.v | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/libavcodec/libavcodec.v b/libavcodec/libavcodec.v
index 304c2ef427..f1d5e5bc77 100644
--- a/libavcodec/libavcodec.v
+++ b/libavcodec/libavcodec.v
@@ -1,9 +1,6 @@
 LIBAVCODEC_MAJOR {
     global:
         av*;
-        #deprecated, remove after next bump
-        audio_resample;
-        audio_resample_close;
     local:
         *;
 };



More information about the ffmpeg-cvslog mailing list