Commit fc4b3f44 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

fix pointer to ouput buffer in ivas_dec

parent defcc415
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -756,7 +756,7 @@ ivas_error ivas_dec(
                }
            }

            if ( ( error = ivas_sba_upmixer_renderer( st_ivas, &p_output[sba_ch_idx], output_frame ) ) != IVAS_ERR_OK )
            if ( ( error = ivas_sba_upmixer_renderer( st_ivas, p_output, output_frame ) ) != IVAS_ERR_OK )
            {
                return error;
            }