提交 6c593f1b 编写于 作者: M Michael Niedermayer

avidec: dont randomly skip packets for offseting the index

Fixes Ticket2490
Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 24c65eb2
......@@ -1022,9 +1022,9 @@ start_sync:
|| st->discard >= AVDISCARD_ALL){
if (!exit_early) {
ast->frame_offset += get_duration(ast, size);
avio_skip(pb, size);
goto start_sync;
}
avio_skip(pb, size);
goto start_sync;
}
if (d[2] == 'p' && d[3] == 'c' && size<=4*256+4) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册