[FFmpeg-devel] [PATCH 1/2] os: replace select with poll
Martin Storsjö
martin
Fri Jan 28 09:16:36 CET 2011
On Fri, 28 Jan 2011, Luca Barbato wrote:
> Select has limitations on the fd values it could accept and silently
> breaks when it is reached.
> ---
> libavformat/os_support.c | 3 --
> libavformat/rtpproto.c | 24 ++++++-------------
> libavformat/rtsp.c | 55 +++++++++++++++++++++++++---------------------
> libavformat/rtsp.h | 5 ++++
> libavformat/rtspenc.c | 19 +++++-----------
> libavformat/sapdec.c | 14 ++++-------
> libavformat/tcp.c | 48 +++++++++++----------------------------
> libavformat/udp.c | 15 ++++--------
> 8 files changed, 73 insertions(+), 110 deletions(-)
>
Looks good to me, thanks for working on this :-)
// Martin
More information about the ffmpeg-devel
mailing list