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.

16 lines
322B

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