Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
libvpx
Commits
80528410
Commit
80528410
authored
Jan 06, 2012
by
James Zern
Committed by
Gerrit Code Review
Jan 06, 2012
Browse files
Merge "Reduce the default kf_max_dist to 128."
parents
66da859e
2a0d7b1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vp8/vp8_cx_iface.c
vp8/vp8_cx_iface.c
+1
-1
No files found.
vp8/vp8_cx_iface.c
View file @
80528410
...
...
@@ -1237,7 +1237,7 @@ static vpx_codec_enc_cfg_map_t vp8e_usage_cfg_map[] =
/* keyframing settings (kf) */
VPX_KF_AUTO
,
/* g_kfmode*/
0
,
/* kf_min_dist */
9999
,
/* kf_max_dist */
128
,
/* kf_max_dist */
#if VPX_ENCODER_ABI_VERSION == (1 + VPX_CODEC_ABI_VERSION)
1
,
/* g_delete_first_pass_file */
...
...
Write
Preview
Markdown
is supported
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