matroska: set "done" only during resync fail.
Fixes playback of test7.mkv validation test file.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
(cherry picked from commit 762d4335ae
)
This commit is contained in:

committed by
Carl Eugen Hoyos

parent
3d6219b6db
commit
a857811c75
@@ -2359,7 +2359,6 @@ static int matroska_parse_cluster_incremental(MatroskaDemuxContext *matroska)
|
||||
}
|
||||
}
|
||||
|
||||
if (res < 0) matroska->done = 1;
|
||||
return res;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user