Update golden MD5 in decode_to_md5 test.

The bitstream has now changed as we enabled ALT_INTRA by default now, so
need to update the golden MD5.

BUG=aomedia:389

Change-Id: Ic62d1628e572e5ea252d6f6eef8d8312db62dbb8
diff --git a/test/decode_to_md5.sh b/test/decode_to_md5.sh
index 18739c9..62c02e1 100755
--- a/test/decode_to_md5.sh
+++ b/test/decode_to_md5.sh
@@ -50,7 +50,7 @@
 
 decode_to_md5_av1() {
   # expected MD5 sum for the last frame.
-  local expected_md5="7054159ed86fda44f173eb3c4e9ecd1a"
+  local expected_md5="07d80669e56d7019f8b9372ea66ef7ae"
   local file="${AV1_IVF_FILE}"
 
   if [ "$(av1_decode_available)" = "yes" ]; then