[FFmpeg-cvslog] rtp: disable udp fifos, the rtp code cannot work with the fifos in its current form as rtp bypasses the public API .
Michael Niedermayer
git at videolan.org
Wed Jul 27 12:49:46 CEST 2011
ffmpeg | branch: release/0.7 | Michael Niedermayer <michaelni at gmx.at> | Mon Jul 25 15:50:56 2011 +0200| [6d75dbebc0b7af64cbac62cf32ee5ac0911cbfaa] | committer: Michael Niedermayer
rtp: disable udp fifos, the rtp code cannot work with the fifos in its current form as rtp bypasses the public API.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
(cherry picked from commit 158eb8599a2811ad8eed9939878982f172b79a89)
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6d75dbebc0b7af64cbac62cf32ee5ac0911cbfaa
---
libavformat/rtpproto.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c
index 8b23f25..89c59cb 100644
--- a/libavformat/rtpproto.c
+++ b/libavformat/rtpproto.c
@@ -115,6 +115,7 @@ static void build_udp_url(char *buf, int buf_size,
url_add_option(buf, buf_size, "pkt_size=%d", max_packet_size);
if (connect)
url_add_option(buf, buf_size, "connect=1");
+ url_add_option(buf, buf_size, "fifo_size=0");
}
/**
More information about the ffmpeg-cvslog
mailing list