mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-23 04:24:35 +02:00
This should fix the negative bandwidth in use in ffserver. Turned out that
when WMP reports in, then we didn't increment the bandwidth, but we did decrement it. Originally committed as revision 1619 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6b9b85c165
commit
cb275dd9eb
@ -1456,6 +1456,7 @@ static int http_parse_request(HTTPContext *c)
|
||||
}
|
||||
|
||||
sprintf(msg, "POST command not handled");
|
||||
c->stream = 0;
|
||||
goto send_error;
|
||||
}
|
||||
if (http_start_receive_data(c) < 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user