You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13: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:
committed by
Michael Niedermayer
parent
089a818bd3
commit
28206b75e8
@@ -1208,6 +1208,7 @@ static int asf_parse_packet(AVFormatContext *s, AVIOContext *pb, AVPacket *pkt)
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
asf->asf_st = &asf->streams[s->streams[asf->stream_index]->id];
|
asf->asf_st = &asf->streams[s->streams[asf->stream_index]->id];
|
||||||
|
if (!asf->packet_frag_offset)
|
||||||
asf->asf_st->skip_to_key = 0;
|
asf->asf_st->skip_to_key = 0;
|
||||||
}
|
}
|
||||||
asf_st = asf->asf_st;
|
asf_st = asf->asf_st;
|
||||||
|
Reference in New Issue
Block a user