From 2367b2a5025309bd97a7897ff479915b468362d4 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 12 Mar 2012 06:04:37 +0100 Subject: [PATCH] libavformat.v: add ffio_set_buf_size() for ffserver. its inevitable with the current API Signed-off-by: Michael Niedermayer --- libavformat/libavformat.v | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/libavformat.v b/libavformat/libavformat.v index e2fb65a665..5b983cc210 100644 --- a/libavformat/libavformat.v +++ b/libavformat/libavformat.v @@ -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;