Commit 46fbe999 authored by aurel's avatar aurel

pb->buf_end is already set by url_open_buf()

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11277 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 394b00f1
......@@ -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