[FFmpeg-cvslog] libavformat.v: add ffio_set_buf_size() for ffserver.
Michael Niedermayer
git at videolan.org
Mon Mar 12 07:02:37 CET 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Mar 12 06:04:37 2012 +0100| [2367b2a5025309bd97a7897ff479915b468362d4] | committer: Michael Niedermayer
libavformat.v: add ffio_set_buf_size() for ffserver.
its inevitable with the current API
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2367b2a5025309bd97a7897ff479915b468362d4
---
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;
More information about the ffmpeg-cvslog
mailing list