Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2007-08-08 23:04:23 +0400
committerAlex Beregszaszi <alex@rtfs.hu>2007-08-08 23:04:23 +0400
commit0bd5396778a28c989ae4fb08190bf4daf4f4ea0e (patch)
tree1ab443d7a252cfeddd683b710800a5707a6d061d /ffserver.c
parent33a4ecbe20a5fd841f12bad76b0915874c2f0e56 (diff)
cosmetic: extra space
Originally committed as revision 9987 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffserver.c')
-rw-r--r--ffserver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffserver.c b/ffserver.c
index 3c1f776326..47c4bcc5d0 100644
--- a/ffserver.c
+++ b/ffserver.c
@@ -759,7 +759,7 @@ static void close_connection(HTTPContext *c)
}
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;