mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-11 18:09:36 +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…
Reference in New Issue
Block a user