diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2007-08-08 19:04:23 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2007-08-08 19:04:23 +0000 |
commit | 0bd5396778a28c989ae4fb08190bf4daf4f4ea0e (patch) | |
tree | 1ab443d7a252cfeddd683b710800a5707a6d061d /ffserver.c | |
parent | 33a4ecbe20a5fd841f12bad76b0915874c2f0e56 (diff) | |
download | ffmpeg-0bd5396778a28c989ae4fb08190bf4daf4f4ea0e.tar.gz |
cosmetic: extra space
Originally committed as revision 9987 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffserver.c')
-rw-r--r-- | ffserver.c | 2 |
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; |