shithub: libvpx

Download patch

ref: 829c3530be62d3f0b17d0ecb5c47a579e5e3481f
parent: 671df8486d2fef278f8d0ce28eac041e8d1c5e82
parent: 67fb3bf639d27d5eef953916f64c315aca8a0f7e
author: Yaowu Xu <yaowu@google.com>
date: Fri Jan 17 12:04:32 EST 2014

Merge "Change the vp8 END_USAGE typedef"

--- a/vp8/common/onyx.h
+++ b/vp8/common/onyx.h
@@ -39,8 +39,8 @@
 
     typedef enum
     {
-        USAGE_STREAM_FROM_SERVER    = 0x0,
-        USAGE_LOCAL_FILE_PLAYBACK   = 0x1,
+        USAGE_LOCAL_FILE_PLAYBACK   = 0x0,
+        USAGE_STREAM_FROM_SERVER    = 0x1,
         USAGE_CONSTRAINED_QUALITY   = 0x2,
         USAGE_CONSTANT_QUALITY      = 0x3
     } END_USAGE;
--