Browse Source

cosmetic: extra space

Originally committed as revision 9987 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Alex Beregszaszi 18 years ago
parent
commit
0bd5396778
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ffserver.c

+ 1
- 1
ffserver.c View File

@@ -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;


Loading…
Cancel
Save