Commit dc332722 authored by vaclav's avatar vaclav
Browse files

comment

parent 45da254d
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -262,7 +262,7 @@ ivas_error ivas_ism_dtx_dec(
    {
        for ( ch = 0; ch < st_ivas->nchan_transport; ch++ )
        {
            ivas_ism_preprocessing( st_ivas, ch );
            ivas_ism_preprocessing( st_ivas, ch ); // VE: after the acceptance of switches, replace the function call by its content
        }
    }