[FFmpeg-cvslog] ffserver: fix wrong indentation
Reynaldo H. Verdejo Pinochet
git at videolan.org
Sun Feb 15 19:18:26 CET 2015
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet <reynaldo at osg.samsung.com> | Sun Feb 15 14:58:47 2015 -0300| [df4346c541ca8e843ae1a87f8fb12f15659e79a5] | committer: Reynaldo H. Verdejo Pinochet
ffserver: fix wrong indentation
Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo at osg.samsung.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=df4346c541ca8e843ae1a87f8fb12f15659e79a5
---
ffserver.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ffserver.c b/ffserver.c
index b3fb6c5..4c34cc9 100644
--- a/ffserver.c
+++ b/ffserver.c
@@ -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) {
More information about the ffmpeg-cvslog
mailing list