Commit 68136507 authored by bcoudurier's avatar bcoudurier

10l, move init after possible goto

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13904 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent fe00bd2f
...@@ -2158,10 +2158,10 @@ static int http_prepare_data(HTTPContext *c) ...@@ -2158,10 +2158,10 @@ static int http_prepare_data(HTTPContext *c)
} }
} }
} else { } else {
send_it:
AVCodecContext *codec; AVCodecContext *codec;
AVStream *ist = c->fmt_in->streams[source_index]; AVStream *ist = c->fmt_in->streams[source_index];
AVStream *ost = ctx->streams[pkt.stream_index]; AVStream *ost = ctx->streams[pkt.stream_index];
send_it:
/* specific handling for RTP: we use several /* specific handling for RTP: we use several
output stream (one for each RTP output stream (one for each RTP
connection). XXX: need more abstract handling */ connection). XXX: need more abstract handling */
......
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