summaryrefslogtreecommitdiffstats
path: root/mips-dspr2/vpx_version.h
diff options
context:
space:
mode:
authorhkuang <hkuang@google.com>2014-04-09 14:20:00 -0700
committerLajos Molnar <lajos@google.com>2014-04-10 17:18:16 +0000
commit4fb68e5dd4e93c7599dc905d861de11ac39c5585 (patch)
treea9a16f0806a169ec4291bcd60bbfefccebb338d4 /mips-dspr2/vpx_version.h
parent2ec72e65689c948e92b826ae1e867bf369e72f13 (diff)
downloadandroid_external_libvpx-4fb68e5dd4e93c7599dc905d861de11ac39c5585.tar.gz
android_external_libvpx-4fb68e5dd4e93c7599dc905d861de11ac39c5585.tar.bz2
android_external_libvpx-4fb68e5dd4e93c7599dc905d861de11ac39c5585.zip
Roll latest libvpx to fix hang when doing adaptive playback.
VP9 decoder will hang when switching from frames with 2 tiles to 4 tiles on a 4 core device. libvpx hash:4fffefe189a9123d4b04482c26a1be5eb632b397 (cherry picked from commit 6ac915abcdb404a00d927fe6308a47fcf09d9519) Bug: 13931133 Change-Id: I24a51fd572ca7e872bc440491e2c645a20e9a736
Diffstat (limited to 'mips-dspr2/vpx_version.h')
-rw-r--r--mips-dspr2/vpx_version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/mips-dspr2/vpx_version.h b/mips-dspr2/vpx_version.h
index 0330656..8bbaf6b 100644
--- a/mips-dspr2/vpx_version.h
+++ b/mips-dspr2/vpx_version.h
@@ -1,7 +1,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_PATCH 0
-#define VERSION_EXTRA "1928-g8e9c9f1"
+#define VERSION_EXTRA "2239-g4fffefe"
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
-#define VERSION_STRING_NOSP "v1.3.0-1928-g8e9c9f1"
-#define VERSION_STRING " v1.3.0-1928-g8e9c9f1"
+#define VERSION_STRING_NOSP "v1.3.0-2239-g4fffefe"
+#define VERSION_STRING " v1.3.0-2239-g4fffefe"