Commit d5f82508 authored by norvell's avatar norvell
Browse files

Update ivas_core_dec.c

parent fe6d14c0
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1584,10 +1584,12 @@ ivas_error ivas_core_dec_fx(
            }
        }

        Scale_sig32(output_32_fx[n], output_frame, -31); /* intentionally create a bad output */
        Scale_sig32(synth_32_fx[n], output_frame, -31); /* intentionally create a bad output */

        Copy32( synth_32_fx[n], output_32_fx[n], output_frame );

        Scale_sig32(output_32_fx[n], output_frame, -31); /* intentionally create a bad output */

        /*--------------------------------------------------------*
         * Common updates
         *--------------------------------------------------------*/