@@ -396,7 +396,7 @@ int lc3_encode(struct lc3_encoder *encoder, enum lc3_pcm_format fmt,
/* --- Processing --- */
struct side_data side;
uint16_t xq[LC3_NE(encoder->dt, encoder->sr)];
uint16_t xq[LC3_MAX_NE];
load[fmt](encoder, pcm, stride);
The note is not visible to the blocked user.