ref: ffafcd6281d3f86bcf6f6216ace3b1061bfd9c75
parent: ba13ff8501c53c0575e7e814c2c4320987d2d24c
author: hkuang <hkuang@google.com>
date: Thu Mar 26 11:36:22 EDT 2015
Fix the issue that --limit is not working in --frame-parallel mode. The reason is due to early break out before outputting all the frames inside decoder. Change-Id: I4a138fba08d12935c39bd7602c95f8c18b474e29
--- a/vpxdec.c
+++ b/vpxdec.c
@@ -1080,9 +1080,6 @@
}
}
}
-
- if (stop_after && frame_in >= stop_after)
- break;
}
if (summary || progress) {