Browse code

libavformat.v: add ffio_set_buf_size() for ffserver.

its inevitable with the current API

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Michael Niedermayer authored on 2012/03/12 14:04:37
Showing 1 changed files
... ...
@@ -10,6 +10,7 @@ LIBAVFORMAT_$MAJOR {
10 10
                 ff_rtp_get_local_rtp_port;
11 11
                 ff_rtp_get_local_rtcp_port;
12 12
                 ffio_open_dyn_packet_buf;
13
+                ffio_set_buf_size;
13 14
                 ffurl_close;
14 15
                 ffurl_open;
15 16
                 ffurl_read_complete;