missing negation

This commit is contained in:
Joose Sainio 2019-06-12 14:08:18 +03:00
parent 1c36f68d0c
commit 5851dcc3be

View file

@ -805,7 +805,7 @@ static void encoder_state_encode_leaf(encoder_state_t * const state)
// Very spesific bug that happens when owf length is longer than the
// gop length. Takes care of that.
if(state->encoder_control->cfg.gop_lowdelay &&
if(!state->encoder_control->cfg.gop_lowdelay &&
!state->encoder_control->cfg.open_gop &&
state->encoder_control->cfg.owf > state->encoder_control->cfg.gop_len &&
ref_state->frame->slicetype == KVZ_SLICE_I &&