vpxdec updated to use !feof() instead of *buf_sz in readframe()
authorJames Berry <jamesberry@google.com>
Thu, 22 Sep 2011 19:03:28 +0000 (15:03 -0400)
committerJames Berry <jamesberry@google.com>
Thu, 22 Sep 2011 19:03:28 +0000 (15:03 -0400)
commit9b8507934215f368b0760d5dabcf8a5f56928757
treec81e6f9e189deb3a0192124c7667e26041f4a0bc
parent6f9457ec12a98b3aceefbcb79783c084268d0b36
vpxdec updated to use !feof() instead of *buf_sz in readframe()

For partial droped frames using *buf_sz could incorrectly terminate
a decode.

Change-Id: Id4a1166fa9ae6c0aa7e9f214bfa4c0be0ea82c1c
vpxdec.c