Keep the first gop behavior the same in RA setting Change-Id: I14d25f456ca7241e92407c470c8f8a3d3b6ea1e3
diff --git a/av1/encoder/gop_structure.c b/av1/encoder/gop_structure.c index 64c86d6..4a9ed08 100644 --- a/av1/encoder/gop_structure.c +++ b/av1/encoder/gop_structure.c
@@ -593,7 +593,6 @@ gf_group->frame_type[frame_index] = KEY_FRAME; gf_group->refbuf_state[frame_index] = REFBUF_RESET; gf_group->max_layer_depth = 0; - gf_group->min_layer_depth = 0; #if CONFIG_FRAME_PARALLEL_ENCODE #if CONFIG_FRAME_PARALLEL_ENCODE_2 gf_group->display_idx[frame_index] = cur_disp_index; @@ -610,7 +609,6 @@ gf_group->frame_type[frame_index] = INTER_FRAME; gf_group->refbuf_state[frame_index] = REFBUF_UPDATE; gf_group->max_layer_depth = 0; - gf_group->min_layer_depth = 0; #if CONFIG_FRAME_PARALLEL_ENCODE #if CONFIG_FRAME_PARALLEL_ENCODE_2 gf_group->display_idx[frame_index] = cur_disp_index;