Commit 9c5f46c0 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Fix for crash in hq_generic_decoding_fx

parent 6d536ce3
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2881,7 +2881,7 @@ void hq_generic_decoding_fx(
	{
		FOR(tmp3_fx = 5120; tmp3_fx > 1024; tmp3_fx -= 512)
		{
			L_tmp1 = Mult_32_16(L_shl(*pit1_fx, 5), tmp3_fx);      /*15 + 5 + 10 -15 */
			L_tmp1 = L_shl(Mult_32_16(*pit1_fx, tmp3_fx), 5);      /*15 + 5 + 10 -15 */
			*pit1_fx-- = L_tmp1;
			move32();
		}