Fix the issue that --limit is not working in --frame-parallel mode.
authorhkuang <hkuang@google.com>
Thu, 26 Mar 2015 22:36:22 +0000 (15:36 -0700)
committerhkuang <hkuang@google.com>
Thu, 26 Mar 2015 22:36:22 +0000 (15:36 -0700)
commitffafcd6281d3f86bcf6f6216ace3b1061bfd9c75
tree1012779a6bba7ac4bb2c26626b694a9c6fe8bab8
parentba13ff8501c53c0575e7e814c2c4320987d2d24c
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
vpxdec.c