Browse Source

libavformat.v: add ffio_set_buf_size() for ffserver.

its inevitable with the current API

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
Michael Niedermayer 13 years ago
parent
commit
2367b2a502
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/libavformat.v

+ 1
- 0
libavformat/libavformat.v View File

@@ -10,6 +10,7 @@ LIBAVFORMAT_$MAJOR {
ff_rtp_get_local_rtp_port; ff_rtp_get_local_rtp_port;
ff_rtp_get_local_rtcp_port; ff_rtp_get_local_rtcp_port;
ffio_open_dyn_packet_buf; ffio_open_dyn_packet_buf;
ffio_set_buf_size;
ffurl_close; ffurl_close;
ffurl_open; ffurl_open;
ffurl_read_complete; ffurl_read_complete;


Loading…
Cancel
Save