mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 08:42:39 +00:00
g723.1: do not needlessly use int64_t
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
47c73a73b0
commit
3716105103
@ -710,7 +710,7 @@ static void comp_ppf_coeff(G723_1_Context *p, int offset, int pitch_lag,
|
|||||||
|
|
||||||
int16_t scale;
|
int16_t scale;
|
||||||
int i;
|
int i;
|
||||||
int64_t temp1, temp2;
|
int temp1, temp2;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* 0 - target energy
|
* 0 - target energy
|
||||||
|
Loading…
Reference in New Issue
Block a user