diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-10-22 21:08:31 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-10-22 21:08:31 +0200 |
commit | 07e12564562cf01a94f9ca6bf378c4e6bd11d29d (patch) | |
tree | 1bc2b78d1debd299902b0442ab072ad6e78efc8a /libavformat | |
parent | f48b12e0a6a14c4f176ae0c9527de4cea456d6a2 (diff) | |
download | ffmpeg-07e12564562cf01a94f9ca6bf378c4e6bd11d29d.tar.gz |
lavf: export some forgotten symbols with non-av prefixes.
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/libavformat.v | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libavformat/libavformat.v b/libavformat/libavformat.v index 2a49539f0a..a99fbcf9a5 100644 --- a/libavformat/libavformat.v +++ b/libavformat/libavformat.v @@ -19,5 +19,10 @@ LIBAVFORMAT_$MAJOR { parse_date; dump_format; url_*; + get_*; + put_*; + udp_set_remote_url; + udp_get_local_port; + init_checksum; local: *; }; |