mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue