mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-23 19:49:56 +00:00
ffserver: fix wrong indentation
Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
This commit is contained in:
parent
bd8e16f2e6
commit
df4346c541
@ -2419,7 +2419,7 @@ static int http_send_data(HTTPContext *c)
|
||||
|
||||
/* send everything we can NOW */
|
||||
len = send(rtsp_c->fd, rtsp_c->packet_buffer_ptr,
|
||||
rtsp_c->packet_buffer_end - rtsp_c->packet_buffer_ptr, 0);
|
||||
rtsp_c->packet_buffer_end - rtsp_c->packet_buffer_ptr, 0);
|
||||
if (len > 0)
|
||||
rtsp_c->packet_buffer_ptr += len;
|
||||
if (rtsp_c->packet_buffer_ptr < rtsp_c->packet_buffer_end) {
|
||||
|
Loading…
Reference in New Issue
Block a user