diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-01-11 10:07:16 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-01-11 10:07:52 +0000 |
commit | 3ac85bebd51c868e675c4c0d4361e400609e6f15 (patch) | |
tree | 2e2b19bfab85e3978098e090b999f99c98f2d8a5 /libavformat/libavformat.v | |
parent | 23318a57358358e7a4dc551e830e4503f0638cfe (diff) | |
download | ffmpeg-3ac85bebd51c868e675c4c0d4361e400609e6f15.tar.gz |
lavf: remove nonexistent symbols
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavformat/libavformat.v')
-rw-r--r-- | libavformat/libavformat.v | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libavformat/libavformat.v b/libavformat/libavformat.v index 5f86d62130..6c27b58845 100644 --- a/libavformat/libavformat.v +++ b/libavformat/libavformat.v @@ -24,11 +24,7 @@ LIBAVFORMAT_$MAJOR { 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; @@ -36,9 +32,5 @@ LIBAVFORMAT_$MAJOR { ff_timefilter_reset; get_*; put_*; - udp_set_remote_url; - udp_get_local_port; - init_checksum; - init_put_byte; local: *; }; |