mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-03 14:32:16 +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:
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user