You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
925B

  1. LIBAVFORMAT_$MAJOR {
  2. global: av*;
  3. #FIXME those are for avserver
  4. ff_inet_aton;
  5. ff_socket_nonblock;
  6. ffm_set_write_index;
  7. ffm_read_write_index;
  8. ffm_write_write_index;
  9. ff_rtsp_parse_line;
  10. ff_rtp_get_local_rtp_port;
  11. ff_rtp_get_local_rtcp_port;
  12. ffio_open_dyn_packet_buf;
  13. url_open;
  14. url_close;
  15. url_write;
  16. url_get_max_packet_size;
  17. #those are deprecated, remove on next bump
  18. find_info_tag;
  19. parse_date;
  20. dump_format;
  21. url_*;
  22. get_*;
  23. put_*;
  24. udp_set_remote_url;
  25. udp_get_local_port;
  26. init_checksum;
  27. init_put_byte;
  28. local: *;
  29. };