Stop find_stream_info() searching for further streams if 2 streams have
been found. Originally committed as revision 12810 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
749c9201aa
commit
a33cfa3071
@ -324,6 +324,7 @@ static int flv_read_packet(AVFormatContext *s, AVPacket *pkt)
|
||||
if(i == s->nb_streams){
|
||||
av_log(NULL, AV_LOG_ERROR, "invalid stream\n");
|
||||
st= create_stream(s, is_audio);
|
||||
s->ctx_flags &= ~AVFMTCTX_NOHEADER;
|
||||
}
|
||||
// av_log(NULL, AV_LOG_DEBUG, "%d %X %d \n", is_audio, flags, st->discard);
|
||||
if( (st->discard >= AVDISCARD_NONKEY && !((flags & FLV_VIDEO_FRAMETYPE_MASK) == FLV_FRAME_KEY || is_audio))
|
||||
|
Loading…
x
Reference in New Issue
Block a user