mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 02:24:07 +00:00
remove negation that wasn't supposed to be there
This commit is contained in:
parent
5851dcc3be
commit
ac68c8444d
|
@ -806,7 +806,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 &&
|
||||
!state->encoder_control->cfg.open_gop &&
|
||||
state->encoder_control->cfg.open_gop &&
|
||||
state->encoder_control->cfg.owf > state->encoder_control->cfg.gop_len &&
|
||||
ref_state->frame->slicetype == KVZ_SLICE_I &&
|
||||
ref_state->frame->num != 0){
|
||||
|
|
Loading…
Reference in a new issue