Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2013-05-05 11:46:37 +0400
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2013-05-09 19:19:37 +0400
commita857811c755b880b667763c74506150ebec72a81 (patch)
tree78c9074294f10aabbaef060d76b88c19e5dcd1d7 /libavformat
parent3d6219b6dbf4f2686bc6a56377f2610a49ec1e31 (diff)
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 762d4335aec2e5299a06bfbce15d21336af19464)
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/matroskadec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c
index 249a023471..45c1638d85 100644
--- a/libavformat/matroskadec.c
+++ b/libavformat/matroskadec.c
@@ -2359,7 +2359,6 @@ static int matroska_parse_cluster_incremental(MatroskaDemuxContext *matroska)
}
}
- if (res < 0) matroska->done = 1;
return res;
}