From f32106951a8ded0998a8b128ad9d1fcfb21f38d8 Mon Sep 17 00:00:00 2001 From: Deb Mukherjee Date: Wed, 15 Jan 2014 10:10:23 -0800 Subject: [PATCH] Rearranges the END_USAGE typedef Rearranges the END_USAGE typedef to make it compatible with the vpx user input. Change-Id: Ic9fa9e9edbee7c0ad01e12e685b219582fcecd16 --- vp9/common/vp9_onyx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vp9/common/vp9_onyx.h b/vp9/common/vp9_onyx.h index b457604e2..45d798482 100644 --- a/vp9/common/vp9_onyx.h +++ b/vp9/common/vp9_onyx.h @@ -43,8 +43,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; -- 2.40.0