Browse Source

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>
tags/n2.0
Reimar Döffinger 12 years ago
parent
commit
762d4335ae
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavformat/matroskadec.c

+ 0
- 1
libavformat/matroskadec.c View File

@@ -2420,7 +2420,6 @@ static int matroska_parse_cluster_incremental(MatroskaDemuxContext *matroska)
}
}

if (res < 0) matroska->done = 1;
return res;
}



Loading…
Cancel
Save