diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-03-12 06:04:37 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-03-12 06:04:37 +0100 |
commit | 2367b2a5025309bd97a7897ff479915b468362d4 (patch) | |
tree | 8b6e4329ee9d7e2f8801834e2a49a33163bdeb9b | |
parent | 9abd47fe90a592822b326345726626a018641d04 (diff) | |
download | ffmpeg-streaming-2367b2a5025309bd97a7897ff479915b468362d4.zip ffmpeg-streaming-2367b2a5025309bd97a7897ff479915b468362d4.tar.gz |
libavformat.v: add ffio_set_buf_size() for ffserver.
its inevitable with the current API
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavformat/libavformat.v | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/libavformat.v b/libavformat/libavformat.v index e2fb65a..5b983cc 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; |