diff options
author | James Almer <jamrial@gmail.com> | 2017-10-22 10:12:52 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-10-22 10:13:19 -0300 |
commit | 72c3d9ae4528543a17d760a173a78a05a85e579e (patch) | |
tree | fc55787654da9c257c44688776dd1272f939ec62 /libavcodec/libavcodec.v | |
parent | b89081e01be76fc6166131fb082151041b1a56b5 (diff) | |
download | ffmpeg-72c3d9ae4528543a17d760a173a78a05a85e579e.tar.gz |
avcodec/libavcodec.v: remove obsolete exports
Forgotten cruft that should have been removed in
8f483108b503fa03ed5e956e25df4cb899171df5.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/libavcodec.v')
-rw-r--r-- | libavcodec/libavcodec.v | 3 |
1 files changed, 0 insertions, 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: *; }; |