mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
g723.1: do not needlessly use int64_t
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user