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.

18 lines
380B

  1. LIBAVFORMAT_MAJOR {
  2. global:
  3. av*;
  4. #FIXME those are for ffserver
  5. ff_inet_aton;
  6. ff_socket_nonblock;
  7. ff_rtsp_parse_line;
  8. ff_rtp_get_local_rtp_port;
  9. ff_rtp_get_local_rtcp_port;
  10. ffio_open_dyn_packet_buf;
  11. ffio_set_buf_size;
  12. ffurl_close;
  13. ffurl_open;
  14. ffurl_write;
  15. local:
  16. *;
  17. };