[FFmpeg-devel] [PATCH] lavf: remove symbols that are no longer needed from libavformat.v

Paul B Mahol onemda at gmail.com
Wed Jan 9 12:14:25 CET 2013


Signed-off-by: Paul B Mahol <onemda at gmail.com>
---
 libavformat/libavformat.v | 21 ++-------------------
 1 file changed, 2 insertions(+), 19 deletions(-)

diff --git a/libavformat/libavformat.v b/libavformat/libavformat.v
index 5f86d62..44ff8b8 100644
--- a/libavformat/libavformat.v
+++ b/libavformat/libavformat.v
@@ -21,24 +21,7 @@ LIBAVFORMAT_$MAJOR {
                 ffurl_size;
                 ffurl_write;
                 ffurl_protocol_next;
-                url_open;
-                url_close;
-                url_write;
-                url_get_max_packet_size;
-                #those are deprecated, remove on next bump
-                find_info_tag;
-                parse_date;
-                dump_format;
-                url_*;
-                ff_timefilter_destroy;
-                ff_timefilter_new;
-                ff_timefilter_update;
-                ff_timefilter_reset;
-                get_*;
-                put_*;
-                udp_set_remote_url;
-                udp_get_local_port;
-                init_checksum;
-                init_put_byte;
+                #FIXME this one is for ffplay
+                url_feof;
         local: *;
 };
-- 
1.7.11.4



More information about the ffmpeg-devel mailing list