shithub: libvpx

Download patch

ref: 8ce5f68fe4cbaa326fb584bb4635079bdbb6e8e6
parent: a22b834eaee1d7a7eb6511cef3f48220c2b43793
parent: f32106951a8ded0998a8b128ad9d1fcfb21f38d8
author: Deb Mukherjee <debargha@google.com>
date: Wed Jan 15 09:01:30 EST 2014

Merge "Rearranges the END_USAGE typedef"

--- a/vp9/common/vp9_onyx.h
+++ b/vp9/common/vp9_onyx.h
@@ -43,8 +43,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;
--