| Index: source/libvpx/vp8/vp8_cx_iface.c
|
| diff --git a/source/libvpx/vp8/vp8_cx_iface.c b/source/libvpx/vp8/vp8_cx_iface.c
|
| index 960c2f4ef47329787887b31e741253231335cb2e..74eccd7a37bfa9359187c1c8c049f8e2e3638e16 100644
|
| --- a/source/libvpx/vp8/vp8_cx_iface.c
|
| +++ b/source/libvpx/vp8/vp8_cx_iface.c
|
| @@ -237,7 +237,7 @@ static vpx_codec_err_t validate_config(vpx_codec_alg_priv_t *ctx,
|
| RANGE_CHECK_HI(cfg, ts_periodicity, 16);
|
|
|
| for (i=1; i<cfg->ts_number_layers; i++)
|
| - if (cfg->ts_target_bitrate[i] <= cfg->ts_target_bitrate[i-1] &&
|
| + if (cfg->ts_target_bitrate[i] <= cfg->ts_target_bitrate[i-1] &&
|
| cfg->rc_target_bitrate > 0)
|
| ERROR("ts_target_bitrate entries are not strictly increasing");
|
|
|
|
|