Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yushin Cho
aom-rav1e
Commits
829c3530
Commit
829c3530
authored
Jan 17, 2014
by
Yaowu Xu
Committed by
Gerrit Code Review
Jan 17, 2014
Browse files
Merge "Change the vp8 END_USAGE typedef"
parents
671df848
67fb3bf6
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/common/onyx.h
View file @
829c3530
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment