Browse Source

pb->buf_end is already set by url_open_buf()

Originally committed as revision 11277 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Aurelien Jacobs 18 years ago
parent
commit
17e45b377c
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      ffserver.c

+ 0
- 1
ffserver.c View File

@@ -2438,7 +2438,6 @@ static int http_receive_data(HTTPContext *c)
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 */


Loading…
Cancel
Save