mirror of https://git.ffmpeg.org/ffmpeg.git
10l, move init after possible goto
Originally committed as revision 13904 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8f56ccca92
commit
4def51fa59
|
@ -2158,10 +2158,10 @@ static int http_prepare_data(HTTPContext *c)
|
|||
}
|
||||
}
|
||||
} else {
|
||||
send_it:
|
||||
AVCodecContext *codec;
|
||||
AVStream *ist = c->fmt_in->streams[source_index];
|
||||
AVStream *ost = ctx->streams[pkt.stream_index];
|
||||
send_it:
|
||||
/* specific handling for RTP: we use several
|
||||
output stream (one for each RTP
|
||||
connection). XXX: need more abstract handling */
|
||||
|
|
Loading…
Reference in New Issue