Commit 79f76043 authored by michael's avatar michael

support flv with invalid header

fixes issue43


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10887 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4f9a61f5
......@@ -309,8 +309,7 @@ static int flv_read_packet(AVFormatContext *s, AVPacket *pkt)
}
if(i == s->nb_streams){
av_log(NULL, AV_LOG_ERROR, "invalid stream\n");
url_fseek(&s->pb, next, SEEK_SET);
continue;
st= create_stream(s, is_audio);
}
// 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))
......
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