]> granicus.if.org Git - libvpx/commit
Add unit test to test tile decoding error handling.
authorhkuang <hkuang@google.com>
Tue, 1 Jul 2014 23:04:53 +0000 (16:04 -0700)
committerhkuang <hkuang@google.com>
Fri, 11 Jul 2014 20:50:05 +0000 (13:50 -0700)
commitc147cf3d3b3042f8c7d1252c934a9336551b7cd1
tree1fb9d119d42f3f3655f74b24ef18d13129a8efb5
parent84744a497a49ab8f527c18afd3a80c4787d4a138
Add unit test to test tile decoding error handling.

Also fix bugs related with corrupted frame handling.
Return VPX_CODEC_CORRUPT_FRAME when getting corrupted
block.

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