Browse Source

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

tags/n0.9
Anton Khirnov 13 years ago
parent
commit
07e1256456
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      libavformat/libavformat.v

+ 5
- 0
libavformat/libavformat.v 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: *;
};

Loading…
Cancel
Save