mirror of https://git.ffmpeg.org/ffmpeg.git
cosmetic: extra space
Originally committed as revision 9987 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
33a4ecbe20
commit
0bd5396778
|
@ -759,7 +759,7 @@ static void close_connection(HTTPContext *c)
|
||||||
}
|
}
|
||||||
|
|
||||||
for(i=0; i<ctx->nb_streams; i++)
|
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)
|
if (c->stream && !c->post && c->stream->stream_type == STREAM_TYPE_LIVE)
|
||||||
current_bandwidth -= c->stream->bandwidth;
|
current_bandwidth -= c->stream->bandwidth;
|
||||||
|
|
Loading…
Reference in New Issue