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.

21 lines
639B

  1. LIBAVFORMAT_$MAJOR {
  2. global: av*;
  3. #FIXME those are for ffserver
  4. ff_inet_aton;
  5. ff_socket_nonblock;
  6. ff_rtsp_parse_line;
  7. ff_rtp_get_local_rtp_port;
  8. ff_rtp_get_local_rtcp_port;
  9. ffio_open_dyn_packet_buf;
  10. ffio_set_buf_size;
  11. ffurl_close;
  12. ffurl_open;
  13. ffurl_read_complete;
  14. ffurl_seek;
  15. ffurl_size;
  16. ffurl_write;
  17. #those are deprecated, remove on next bump
  18. url_feof;
  19. local: *;
  20. };