Commit 37161051 authored by Mans Rullgard's avatar Mans Rullgard

g723.1: do not needlessly use int64_t

Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent 47c73a73
......@@ -710,7 +710,7 @@ static void comp_ppf_coeff(G723_1_Context *p, int offset, int pitch_lag,
int16_t scale;
int i;
int64_t temp1, temp2;
int temp1, temp2;
/*
* 0 - target energy
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment