Commit c625f8fd authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Fix for ltv crash issue reported in issue 669

parent f3059062
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2841,7 +2841,7 @@ void decoder_tcx_invQ_fx(
                FOR( i = 0; i < noiseFillingSize; ++i )
                {
                    tmp32 = L_shr( x[i], 31 - *x_e );
                    *nf_seed = add( *nf_seed, (Word16) abs( tmp32 ) * i * 2 );
                    *nf_seed = add_o( *nf_seed, (Word16) abs( tmp32 ) * i * 2, &Overflow );
                }
            }
            ELSE /* TCX-only: context based arithmetic coder */