ffserver: drop redundant else clause

Signed-off-by: 's avatarReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
parent 9e55130a
......@@ -2435,8 +2435,8 @@ static int http_send_data(HTTPContext *c)
return -1;
else
return 0;
} else
c->buffer_ptr += len;
}
c->buffer_ptr += len;
c->data_count += len;
update_datarate(&c->datarate, c->data_count);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment