forked from FFmpeg/FFmpeg
lavf: export some forgotten symbols with non-av prefixes.
This commit is contained in:
parent
f48b12e0a6
commit
07e1256456
1 changed files with 5 additions and 0 deletions
|
@ -19,5 +19,10 @@ LIBAVFORMAT_$MAJOR {
|
||||||
parse_date;
|
parse_date;
|
||||||
dump_format;
|
dump_format;
|
||||||
url_*;
|
url_*;
|
||||||
|
get_*;
|
||||||
|
put_*;
|
||||||
|
udp_set_remote_url;
|
||||||
|
udp_get_local_port;
|
||||||
|
init_checksum;
|
||||||
local: *;
|
local: *;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue