Commit fbc63144 authored by Baptiste Coudurier's avatar Baptiste Coudurier

remove return 1, we don't change state, we are still sending data

Originally committed as revision 13873 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 86771c68
......@@ -2224,7 +2224,6 @@ static int http_prepare_data(HTTPContext *c)
if (av_write_frame(ctx, &pkt) < 0) {
http_log("Error writing frame to output\n");
c->state = HTTPSTATE_SEND_DATA_TRAILER;
return 1;
}
len = url_close_dyn_buf(ctx->pb, &c->pb_buffer);
......
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