]> granicus.if.org Git - libvpx/commitdiff
Change the vp8 END_USAGE typedef
authorDeb Mukherjee <debargha@google.com>
Fri, 17 Jan 2014 23:39:49 +0000 (15:39 -0800)
committerDeb Mukherjee <debargha@google.com>
Fri, 17 Jan 2014 23:39:49 +0000 (15:39 -0800)
Makes the END_USAGE typedef compatible with the vpxenc input

Change-Id: If784586fdb90a1e6f7badcb522ea9e93d4ddc030

vp8/common/onyx.h

index 209a25d82b32526284b17856078dcfe16bec4682..119e40cdc9c66895b038dc8f274aa217936326e7 100644 (file)
@@ -39,8 +39,8 @@ extern "C"
 
     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;