[FFmpeg-cvslog] r11277 - trunk/ffserver.c

aurel subversion
Thu Dec 20 00:29:27 CET 2007


Author: aurel
Date: Thu Dec 20 00:29:26 2007
New Revision: 11277

Log:
pb->buf_end is already set by url_open_buf()

Modified:
   trunk/ffserver.c

Modified: trunk/ffserver.c
==============================================================================
--- trunk/ffserver.c	(original)
+++ trunk/ffserver.c	Thu Dec 20 00:29:26 2007
@@ -2438,7 +2438,6 @@ static int http_receive_data(HTTPContext
             memset(&s, 0, sizeof(s));
 
             url_open_buf(&s.pb, c->buffer, c->buffer_end - c->buffer, URL_RDONLY);
-            s.pb->buf_end = c->buffer_end;        /* ?? */
             s.pb->is_streamed = 1;
 
             /* use feed output format name to find corresponding input format */




More information about the ffmpeg-cvslog mailing list