Commit 6972dae5 authored by Paul B Mahol's avatar Paul B Mahol

avformat/avidec: fix demuxing of all keyframes of sample 200707170736151.avi

parent a39fdc97
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment