update md5 to reflect bitstream change

Making CDEF enabled by default changed the output bitstream of this
test.

Change-Id: I73a10d0cc339b7159bd30994b13127e9a4bf709a
This commit is contained in:
Yaowu Xu 2017-03-30 14:44:11 -07:00 коммит произвёл Urvang Joshi
Родитель 9d24735537
Коммит 19e0c4b6bd
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -50,7 +50,7 @@ decode_to_md5() {
decode_to_md5_av1() {
# expected MD5 sum for the last frame.
local expected_md5="07d80669e56d7019f8b9372ea66ef7ae"
local expected_md5="eb2bbc257a8520dcd6334701d72171d8"
local file="${AV1_IVF_FILE}"
if [ "$(av1_decode_available)" = "yes" ]; then