mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-28 05:30:34 +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;
|
||||
int i;
|
||||
int64_t temp1, temp2;
|
||||
int temp1, temp2;
|
||||
|
||||
/*
|
||||
* 0 - target energy
|
||||
|
Loading…
Reference in New Issue
Block a user