Admin message

WARNING! Gitlab maintenance operation scheduled for Monday, 20 April between 12:00 and 14:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.

Indexing bug in MASA/McMASA function reduce_metadata_further

Basic info

  • Commit SHA: main
  • Platform: all

Bug description

In one of the paths of function reduce_metadata_further, there is an indexing bug where same variable is used in an inner loop and outer loop. This causes the outer loop to perform wrong. The duplicated loop is

for ( band = 0; band < numCodingBands; band++ )

Ways to reproduce

The inner loop only activates when there is coherence transmission enabled which depends on bitrate and IVAS format. In practice, this happens only with McMASA on bitrates 16.4 and 24.4 kbps.

Assignee Loading
Time tracking Loading