summaryrefslogtreecommitdiffstats
path: root/armv7a/vpx_version.h
diff options
context:
space:
mode:
authorVignesh Venkatasubramanian <vigneshv@google.com>2014-03-20 16:30:56 -0700
committerVignesh Venkatasubramanian <vigneshv@google.com>2014-03-20 17:21:16 -0700
commita72801d7d92ababb50eecf27a36bd222d031d2fe (patch)
tree6dcc67ce169123cb59ecb46e6948a561b1e20448 /armv7a/vpx_version.h
parenta052f366468cde7dd95c0ec8c5a22fa1a004d0f8 (diff)
downloadandroid_external_libvpx-a72801d7d92ababb50eecf27a36bd222d031d2fe.tar.gz
android_external_libvpx-a72801d7d92ababb50eecf27a36bd222d031d2fe.tar.bz2
android_external_libvpx-a72801d7d92ababb50eecf27a36bd222d031d2fe.zip
libvpx: Roll latest libvpx
Pulling changes related to fixing a rare bitstream issue on video upscaling. Upstream Hash: 8e9c9f118cda45013f14cce7961dcc8df78ffebf Change-Id: I8639e6ef48f0309efaf6bdf745719beb71f7a58d
Diffstat (limited to 'armv7a/vpx_version.h')
-rw-r--r--armv7a/vpx_version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/armv7a/vpx_version.h b/armv7a/vpx_version.h
index 7803a67..0330656 100644
--- a/armv7a/vpx_version.h
+++ b/armv7a/vpx_version.h
@@ -1,7 +1,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_PATCH 0
-#define VERSION_EXTRA "1780-g1f08824"
+#define VERSION_EXTRA "1928-g8e9c9f1"
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
-#define VERSION_STRING_NOSP "v1.3.0-1780-g1f08824"
-#define VERSION_STRING " v1.3.0-1780-g1f08824"
+#define VERSION_STRING_NOSP "v1.3.0-1928-g8e9c9f1"
+#define VERSION_STRING " v1.3.0-1928-g8e9c9f1"