[FFmpeg-devel] [RFC] switch to poll()

Ronald S. Bultje rsbultje
Wed Nov 24 00:14:51 CET 2010


Hi,

On Tue, Nov 23, 2010 at 5:44 PM, Luca Barbato <lu_zero at gentoo.org> wrote:
> On 11/23/2010 09:00 PM, Ronald S. Bultje wrote:
>> Please resubmit the latest as a single patch. ;-).
>
> Here the squashed commit with also rtspenc that was missing.
[..]
> +                p[max_p].fd = url_get_file_handle(rtsp_st->rtp_handle);
> +                p[max_p++].events = POLLIN;
> +                p[max_p].fd = rtp_get_rtcp_file_handle(rtsp_st->rtp_handle);
> +                p[max_p++].events = POLLIN;

Please vertically align. OK otherwise.

Ronald



More information about the ffmpeg-devel mailing list