Commit 398f6100 authored by norvell's avatar norvell
Browse files

Removed obsolete todo comment

parent 96ec6b8f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;