Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
libvpx
Commits
b62ce36e
Commit
b62ce36e
authored
10 years ago
by
Dmitry Kovalev
Browse files
Options
Download
Patches
Plain Diff
Removing unused alt_freq field from VP9EncoderConfig.
Change-Id: I9b683c8647a864e74073161f4aa6f2911b7825e3
parent
5bf11e12
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vp9/encoder/vp9_encoder.h
+0
-1
vp9/encoder/vp9_encoder.h
with
0 additions
and
1 deletion
vp9/encoder/vp9_encoder.h
+
0
−
1
View file @
b62ce36e
...
@@ -256,7 +256,6 @@ typedef struct VP9EncoderConfig {
...
@@ -256,7 +256,6 @@ typedef struct VP9EncoderConfig {
// these parameters aren't to be used in final build don't use!!!
// these parameters aren't to be used in final build don't use!!!
int
play_alternate
;
int
play_alternate
;
int
alt_freq
;
int
encode_breakout
;
// early breakout : for video conf recommend 800
int
encode_breakout
;
// early breakout : for video conf recommend 800
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets