[libav-devel] [PATCH 2/2] rtmp: Reduce the number of idle posts sent by sleeping 50ms

2012-06-18 Thread Samuel Pitoiset
--- libavformat/rtmphttp.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/libavformat/rtmphttp.c b/libavformat/rtmphttp.c index fdcff50..7c58f2b 100644 --- a/libavformat/rtmphttp.c +++ b/libavformat/rtmphttp.c @@ -24,6 +24,8 @@ * RTMP HTTP protocol */ +#include + #inclu

Re: [libav-devel] [PATCH 2/2] rtmp: Reduce the number of idle posts sent by sleeping 50ms

2012-06-18 Thread Martin Storsjö
On Mon, 18 Jun 2012, Samuel Pitoiset wrote: --- libavformat/rtmphttp.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/libavformat/rtmphttp.c b/libavformat/rtmphttp.c index fdcff50..7c58f2b 100644 --- a/libavformat/rtmphttp.c +++ b/libavformat/rtmphttp.c @@ -24,6 +24,8 @@ * RT