[Ffmpeg-cvslog] r8799 - trunk/ffserver.c
lucabe
subversion
Tue Apr 24 15:28:39 CEST 2007
Author: lucabe
Date: Tue Apr 24 15:28:38 2007
New Revision: 8799
Log:
Fix ffserver crash when closing the second RTP session
Modified:
trunk/ffserver.c
Modified: trunk/ffserver.c
==============================================================================
--- trunk/ffserver.c (original)
+++ trunk/ffserver.c Tue Apr 24 15:28:38 2007
@@ -3185,6 +3185,7 @@ static int rtp_new_av_stream(HTTPContext
c->stream->feed->streams[c->stream->feed_streams[stream_index]],
sizeof(AVStream));
}
+ st->priv_data = NULL;
/* build destination RTP address */
ipaddr = inet_ntoa(dest_addr->sin_addr);
More information about the ffmpeg-cvslog
mailing list