Commit da960891 authored by vaclav's avatar vaclav
Browse files

update with main

parent 50c8f146
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -877,7 +877,7 @@ static void encode_radius(
    BSTR_ENC_HANDLE hBstr,                /* i/o: bitstream handle              */
    int16_t *last_radius_idx,             /* i/o: last radius index             */
    int16_t *radius_diff_cnt,             /* i/o: radius diff coding counter    */
    const int16_t last_ism_metadata_flag, /* last frame ism_metadata_flag    */
    const int16_t last_ism_metadata_flag, /* i  : last frame ism_metadata_flag  */
    const int16_t idx_radius_abs,         /* i  : Azimuth index                 */
    int16_t *flag_abs_radius              /* o  : Radius encoding mode          */
)
+1 −0
Original line number Diff line number Diff line
@@ -3382,6 +3382,7 @@ static ivas_error validateCustomLsLayout(
 * IVAS_REND_ConfigureCustomOutputLoudspeakerLayout()
 *
 *
 * Note: this will reset custom LFE routings set for any MC input
 *-------------------------------------------------------------------*/

ivas_error IVAS_REND_ConfigureCustomOutputLoudspeakerLayout(
+5 −7
Original line number Diff line number Diff line
@@ -135,7 +135,6 @@ ivas_error IVAS_REND_Open(
   const int16_t num_subframes                      /* i  : number of subframes                                 */
);

/* Note: this will reset custom LFE routings set for any MC input */
ivas_error IVAS_REND_ConfigureCustomOutputLoudspeakerLayout(
    IVAS_REND_HANDLE hIvasRend,                     /* i/o: Renderer handle                                     */
    const IVAS_CUSTOM_LS_DATA layout                /* i  : custom loudspeaker layout for renderer output       */
@@ -155,7 +154,6 @@ ivas_error IVAS_REND_AddInput(
    IVAS_REND_InputId *inputId                      /* o  : ID of the new input                                 */
);

/* Note: this will reset any custom LFE routing set for the input */
ivas_error IVAS_REND_ConfigureCustomInputLoudspeakerLayout(
    IVAS_REND_HANDLE hIvasRend,                     /* i/o: Renderer handle                                     */
    const IVAS_REND_InputId inputId,                /* i  : ID of the input                                     */
+7 −7

File changed.

Contains only whitespace changes.