Loading lib_rend/ivas_objectRenderer_hrFilt.c +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ ivas_error TDREND_REND_RenderSourceHRFilt( v_add( LeftOutputFrame, output_buf[0], output_buf[0], subframe_length ); v_add( RightOutputFrame, output_buf[1], output_buf[1], subframe_length ); Src_p->InputFrame_p += subframe_length; /* Increment input pointer -- todo: should we remove this and input the current subframe instead? */ Src_p->InputFrame_p += subframe_length; /* Increment input pointer */ return IVAS_ERR_OK; Loading Loading
lib_rend/ivas_objectRenderer_hrFilt.c +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ ivas_error TDREND_REND_RenderSourceHRFilt( v_add( LeftOutputFrame, output_buf[0], output_buf[0], subframe_length ); v_add( RightOutputFrame, output_buf[1], output_buf[1], subframe_length ); Src_p->InputFrame_p += subframe_length; /* Increment input pointer -- todo: should we remove this and input the current subframe instead? */ Src_p->InputFrame_p += subframe_length; /* Increment input pointer */ return IVAS_ERR_OK; Loading