avcodec/libavcodec.v: remove obsolete exports

Forgotten cruft that should have been removed in
8f483108b503fa03ed5e956e25df4cb899171df5.

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2017-10-22 10:12:52 -03:00
parent b89081e01b
commit 72c3d9ae45

View File

@ -1,9 +1,6 @@
LIBAVCODEC_MAJOR {
global:
av*;
#deprecated, remove after next bump
audio_resample;
audio_resample_close;
local:
*;
};