[FFmpeg-devel] [PATCH] RTSP alternate protocol 2-3/3

Ronald S. Bultje rsbultje
Wed Mar 19 15:05:30 CET 2008


Hi,

On Wed, Mar 19, 2008 at 9:31 AM, Michael Niedermayer <michaelni at gmx.at>
wrote:

> On Wed, Mar 19, 2008 at 12:57:45AM -0400, Ronald S. Bultje wrote:
> > On Tue, Mar 18, 2008 at 11:06 PM, Michael Niedermayer <michaelni at gmx.at>
> > wrote:
> > > try this:
> > > for(i=0; i < rt->nb_rtsp_streams; i++) {
> > >    url_close(rt->rtsp_streams[i]->rtp_handle);
> > >    rt->rtsp_streams[i]->rtp_handle = NULL;
> > > }
> > > maybe it needs a if(rt->rtsp_streams[i]->rtp_handle) dunno
> >
> >
> > url_close() doesn't check that, so yes. See $attached.
>
> looks ok
>

Applied.

Ronald




More information about the ffmpeg-devel mailing list