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.

Wrong return value in IVAS_DEC_GetNumOrientationSubframes()

Function IVAS_DEC_GetNumOrientationSubframes() is supposed to return a number of subframes for rendering but it returns a number of samples.

It should likely be:

#ifdef FIX
    *num_subframes = IVAS_RENDER_FRAMESIZE_20MS / (int16_t) hIvasDec->st_ivas->hDecoderConfig->render_framesize;
#else
    *num_subframes = (int16_t) hIvasDec->st_ivas->hDecoderConfig->render_framesize;
#endif

The function was introduced under NONBE_UNIFIED_DECODING_PATHS.

Assignee Loading
Time tracking Loading