ffserver: drop redundant else clause
Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
This commit is contained in:
parent
9e55130a9d
commit
196bc03a86
@ -2435,7 +2435,7 @@ static int http_send_data(HTTPContext *c)
|
||||
return -1;
|
||||
else
|
||||
return 0;
|
||||
} else
|
||||
}
|
||||
c->buffer_ptr += len;
|
||||
|
||||
c->data_count += len;
|
||||
|
Loading…
x
Reference in New Issue
Block a user