1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-03-17 20:17:55 +02:00

lavf: export some forgotten symbols with non-av prefixes.

This commit is contained in:
Anton Khirnov 2011-10-22 21:08:31 +02:00
parent f48b12e0a6
commit 07e1256456

View File

@ -19,5 +19,10 @@ LIBAVFORMAT_$MAJOR {
parse_date;
dump_format;
url_*;
get_*;
put_*;
udp_set_remote_url;
udp_get_local_port;
init_checksum;
local: *;
};