mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
fix compilation, this should be better
Originally committed as revision 13905 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4def51fa59
commit
dc3a6a368c
@ -2158,10 +2158,11 @@ 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];
|
||||
AVStream *ist, *ost;
|
||||
send_it:
|
||||
ist = c->fmt_in->streams[source_index];
|
||||
ost = ctx->streams[pkt.stream_index];
|
||||
/* specific handling for RTP: we use several
|
||||
output stream (one for each RTP
|
||||
connection). XXX: need more abstract handling */
|
||||
|
Loading…
Reference in New Issue
Block a user