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
fef91c90
Commit
fef91c90
authored
Mar 20, 2015
by
James Zern
Browse files
vp[89]_cx_iface.c: remove obsolete ABI checks
Change-Id: I49a7017e8adc18ff03d748cb328814a8a3e1bcf6
parent
fc058976
Changes
2
Hide whitespace changes
Inline
Side-by-side
vp8/vp8_cx_iface.c
View file @
fef91c90
...
...
@@ -1330,10 +1330,8 @@ static vpx_codec_enc_cfg_map_t vp8e_usage_cfg_map[] =
30
,
/* rc_resize_up_thresold */
VPX_VBR
,
/* rc_end_usage */
#if VPX_ENCODER_ABI_VERSION > (1 + VPX_CODEC_ABI_VERSION)
{
0
},
/* rc_twopass_stats_in */
{
0
},
/* rc_firstpass_mb_stats_in */
#endif
256
,
/* rc_target_bandwidth */
4
,
/* rc_min_quantizer */
63
,
/* rc_max_quantizer */
...
...
@@ -1353,9 +1351,6 @@ static vpx_codec_enc_cfg_map_t vp8e_usage_cfg_map[] =
0
,
/* kf_min_dist */
128
,
/* kf_max_dist */
#if VPX_ENCODER_ABI_VERSION == (1 + VPX_CODEC_ABI_VERSION)
"vp8.fpf"
/* first pass filename */
#endif
VPX_SS_DEFAULT_LAYERS
,
/* ss_number_layers */
{
0
},
{
0
},
/* ss_target_bitrate */
...
...
vp9/vp9_cx_iface.c
View file @
fef91c90
...
...
@@ -1450,10 +1450,8 @@ static vpx_codec_enc_cfg_map_t encoder_usage_cfg_map[] = {
30
,
// rc_resize_up_thresold
VPX_VBR
,
// rc_end_usage
#if VPX_ENCODER_ABI_VERSION > (1 + VPX_CODEC_ABI_VERSION)
{
NULL
,
0
},
// rc_twopass_stats_in
{
NULL
,
0
},
// rc_firstpass_mb_stats_in
#endif
256
,
// rc_target_bandwidth
0
,
// rc_min_quantizer
63
,
// rc_max_quantizer
...
...
@@ -1481,9 +1479,6 @@ static vpx_codec_enc_cfg_map_t encoder_usage_cfg_map[] = {
{
0
},
// ts_rate_decimator
0
,
// ts_periodicity
{
0
},
// ts_layer_id
#if VPX_ENCODER_ABI_VERSION == (1 + VPX_CODEC_ABI_VERSION)
"vp8.fpf"
// first pass filename
#endif
}
},
};
...
...
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