These should have gone with the bump we did last week.
---
 libavcodec/libavcodec.v   |    2 --
 libavformat/libavformat.v |   11 -----------
 2 files changed, 0 insertions(+), 13 deletions(-)

diff --git a/libavcodec/libavcodec.v b/libavcodec/libavcodec.v
index a9e7674..0e1c2e1 100644
--- a/libavcodec/libavcodec.v
+++ b/libavcodec/libavcodec.v
@@ -2,7 +2,5 @@ LIBAVCODEC_$MAJOR {
         global: av*;
                 audio_resample;
                 audio_resample_close;
-                #deprecated, remove after next bump
-                img_get_alpha_info;
         local:  *;
 };
diff --git a/libavformat/libavformat.v b/libavformat/libavformat.v
index c5dc982..845e455 100644
--- a/libavformat/libavformat.v
+++ b/libavformat/libavformat.v
@@ -14,16 +14,5 @@ LIBAVFORMAT_$MAJOR {
                 url_close;
                 url_write;
                 url_get_max_packet_size;
-                #those are deprecated, remove on next bump
-                find_info_tag;
-                parse_date;
-                dump_format;
-                url_*;
-                get_*;
-                put_*;
-                udp_set_remote_url;
-                udp_get_local_port;
-                init_checksum;
-                init_put_byte;
         local: *;
 };
-- 
1.7.7

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to