aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2013-05-05 09:46:37 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2013-05-07 10:55:19 +0200
commitd12294f447f4ab18d0b16e0b4efb7301c510cd6f (patch)
tree54ff586c3ec4e4c7d85ed91263c62eb446d4a17a
parent7dd042e657d97bcc081906d2c14c904649f85316 (diff)
downloadffmpeg-d12294f447f4ab18d0b16e0b4efb7301c510cd6f.tar.gz
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)
-rw-r--r--libavformat/matroskadec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c
index e8f70f96c1..129de9065f 100644
--- a/libavformat/matroskadec.c
+++ b/libavformat/matroskadec.c
@@ -2160,7 +2160,6 @@ static int matroska_parse_cluster_incremental(MatroskaDemuxContext *matroska)
}
}
- if (res < 0) matroska->done = 1;
return res;
}