Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-10-22 16:12:52 +0300
committerJames Almer <jamrial@gmail.com>2017-10-22 16:13:19 +0300
commit72c3d9ae4528543a17d760a173a78a05a85e579e (patch)
treefc55787654da9c257c44688776dd1272f939ec62 /libavcodec/libavcodec.v
parentb89081e01be76fc6166131fb082151041b1a56b5 (diff)
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.v3
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:
*;
};