Commit 829c3530 authored by Yaowu Xu's avatar Yaowu Xu Committed by Gerrit Code Review
Browse files

Merge "Change the vp8 END_USAGE typedef"

parents 671df848 67fb3bf6
Branches
Tags
No related merge requests found
Showing with 2 additions and 2 deletions
...@@ -39,8 +39,8 @@ extern "C" ...@@ -39,8 +39,8 @@ extern "C"
typedef enum typedef enum
{ {
USAGE_STREAM_FROM_SERVER = 0x0, USAGE_LOCAL_FILE_PLAYBACK = 0x0,
USAGE_LOCAL_FILE_PLAYBACK = 0x1, USAGE_STREAM_FROM_SERVER = 0x1,
USAGE_CONSTRAINED_QUALITY = 0x2, USAGE_CONSTRAINED_QUALITY = 0x2,
USAGE_CONSTANT_QUALITY = 0x3 USAGE_CONSTANT_QUALITY = 0x3
} END_USAGE; } END_USAGE;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment