libavformat.v: add ffio_set_buf_size() for ffserver.

its inevitable with the current API

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2012-03-12 06:04:37 +01:00
parent 9abd47fe90
commit 2367b2a502
1 changed files with 1 additions and 0 deletions

View File

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