From cf9ccee6b7bc0b10f4e00cd88a34b89d3640ba6b Mon Sep 17 00:00:00 2001 From: vaclav Date: Thu, 7 Mar 2024 09:18:44 +0100 Subject: [PATCH] remove unused planarCP static variable --- lib_com/ivas_stat_com.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib_com/ivas_stat_com.h b/lib_com/ivas_stat_com.h index 6feb8efd99..434ddc6080 100644 --- a/lib_com/ivas_stat_com.h +++ b/lib_com/ivas_stat_com.h @@ -242,7 +242,6 @@ typedef struct ivas_spar_md_com_cfg int16_t max_bits_per_blk; int16_t prev_quant_idx; int16_t agc_bits_ch_idx; - int16_t planarCP; int16_t num_umx_chs; int16_t max_md_bits_spar; -- GitLab