Commit 350f4be1 authored by James Almer's avatar James Almer Committed by Michael Niedermayer

lavf: remove nonexistent functions from the version file

Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent dd2b0c1c
...@@ -3,9 +3,6 @@ LIBAVFORMAT_$MAJOR { ...@@ -3,9 +3,6 @@ LIBAVFORMAT_$MAJOR {
#FIXME those are for ffserver #FIXME those are for ffserver
ff_inet_aton; ff_inet_aton;
ff_socket_nonblock; ff_socket_nonblock;
ffm_set_write_index;
ffm_read_write_index;
ffm_write_write_index;
ff_mpegts_parse_close; ff_mpegts_parse_close;
ff_mpegts_parse_open; ff_mpegts_parse_open;
ff_mpegts_parse_packet; ff_mpegts_parse_packet;
...@@ -21,17 +18,9 @@ LIBAVFORMAT_$MAJOR { ...@@ -21,17 +18,9 @@ LIBAVFORMAT_$MAJOR {
ffurl_size; ffurl_size;
ffurl_write; ffurl_write;
ffurl_protocol_next; ffurl_protocol_next;
url_open;
url_close;
url_write;
#those are deprecated, remove on next bump #those are deprecated, remove on next bump
url_*; url_*;
ff_timefilter_destroy;
ff_timefilter_new;
ff_timefilter_update;
ff_timefilter_reset;
get_*; get_*;
put_*;
ff_codec_get_id; ff_codec_get_id;
local: *; local: *;
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment