Commit 17e45b37 authored by Aurelien Jacobs's avatar Aurelien Jacobs

pb->buf_end is already set by url_open_buf()

Originally committed as revision 11277 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ceeacce6
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment