mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-24 14:22:14 +00:00
avformat/avidec: fix demuxing of all keyframes of sample 200707170736151.avi
This commit is contained in:
parent
a39fdc97b7
commit
6972dae5a4
@ -1231,6 +1231,11 @@ start_sync:
|
||||
goto start_sync;
|
||||
}
|
||||
|
||||
if (d[2] == 'w' && d[3] == 'c' && n < s->nb_streams) {
|
||||
avio_skip(pb, 16 * 3 + 8);
|
||||
goto start_sync;
|
||||
}
|
||||
|
||||
if (avi->dv_demux && n != 0)
|
||||
continue;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user