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

alex subversion
Wed Aug 8 21:04:23 CEST 2007


Author: alex
Date: Wed Aug  8 21:04:23 2007
New Revision: 9987

Log:
cosmetic: extra space

Modified:
   trunk/ffserver.c

Modified: trunk/ffserver.c
==============================================================================
--- trunk/ffserver.c	(original)
+++ trunk/ffserver.c	Wed Aug  8 21:04:23 2007
@@ -759,7 +759,7 @@ static void close_connection(HTTPContext
     }
 
     for(i=0; i<ctx->nb_streams; i++)
-        av_free(ctx->streams[i]) ;
+        av_free(ctx->streams[i]);
 
     if (c->stream && !c->post && c->stream->stream_type == STREAM_TYPE_LIVE)
         current_bandwidth -= c->stream->bandwidth;




More information about the ffmpeg-cvslog mailing list