vp9: fix crash in inline loopfilter w/corrupt file
authorJames Zern <jzern@google.com>
Wed, 27 Aug 2014 23:29:34 +0000 (16:29 -0700)
committerJames Zern <jzern@google.com>
Wed, 27 Aug 2014 23:55:31 +0000 (16:55 -0700)
commitcde790c36dbd437415e7fc971b5c1016a52b31f7
treec04d2a4b49196daebc8f83e16042004ea0542674
parent4f27202df70ab870b3af3140b312df6cb55db728
vp9: fix crash in inline loopfilter w/corrupt file

attempting to decode a frame after the previous frame failed has the
potential of interrupting an earlier loop filter task

Change-Id: I6f2b1ddcdf5b89c3e2ee8caf5289dada2a087d66
test/invalid_file_test.cc
test/test-data.sha1
test/test.mk
vp9/decoder/vp9_decodeframe.c