You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-16 08:36:51 +02:00
cosmetic: extra space
Originally committed as revision 9987 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user