[FFmpeg-cvslog] r13520 - trunk/ffserver.c

bcoudurier subversion
Thu May 29 03:59:44 CEST 2008


Author: bcoudurier
Date: Thu May 29 03:59:44 2008
New Revision: 13520

Log:
init h, fixes CID54 RUN2

Modified:
   trunk/ffserver.c

Modified: trunk/ffserver.c
==============================================================================
--- trunk/ffserver.c	(original)
+++ trunk/ffserver.c	Thu May 29 03:59:44 2008
@@ -3078,7 +3078,7 @@ static int rtp_new_av_stream(HTTPContext
     AVFormatContext *ctx;
     AVStream *st;
     char *ipaddr;
-    URLContext *h;
+    URLContext *h = NULL;
     uint8_t *dummy_buf;
     char buf2[32];
     int max_packet_size;




More information about the ffmpeg-cvslog mailing list