You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avformat/asfdec_f: Correct skip to key code
Fixes Ticket3978 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
089a818bd3
commit
28206b75e8
@@ -1208,7 +1208,8 @@ static int asf_parse_packet(AVFormatContext *s, AVIOContext *pb, AVPacket *pkt)
|
||||
continue;
|
||||
}
|
||||
asf->asf_st = &asf->streams[s->streams[asf->stream_index]->id];
|
||||
asf->asf_st->skip_to_key = 0;
|
||||
if (!asf->packet_frag_offset)
|
||||
asf->asf_st->skip_to_key = 0;
|
||||
}
|
||||
asf_st = asf->asf_st;
|
||||
av_assert0(asf_st);
|
||||
|
Reference in New Issue
Block a user