mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-29 04:17:06 +08:00
lavf: export some forgotten symbols with non-av prefixes.
This commit is contained in:
@ -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: *;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user