pb->buf_end is already set by url_open_buf()
Originally committed as revision 11277 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ceeacce68b
commit
17e45b377c
@ -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…
x
Reference in New Issue
Block a user