webmdec: Fix for reaching eof in webm_guess_framerate
authorVignesh Venkatasubramanian <vigneshv@google.com>
Fri, 3 Apr 2015 22:45:14 +0000 (15:45 -0700)
committerVignesh Venkatasubramanian <vigneshv@google.com>
Tue, 7 Apr 2015 18:04:51 +0000 (11:04 -0700)
commit866447a008e9dc6aa0b9ca98cdf6ea05e599e0f5
tree4b1590cdd74e561b8d469ee29391665f4c1e4262
parent30e9c091c08e570b484fb0bc4c443ddd17fd7443
webmdec: Fix for reaching eof in webm_guess_framerate

Reset the reached_eos flag in webm_guess_framerate in case it ends
up consuming the entire file. Also adding a vpxdec shell test to
verify this behavior.

Change-Id: I371eebd2105231dc0f60e65da1f71b233ad14be5
test/tools_common.sh
test/vpxdec.sh
webmdec.cc