From 371610510361f89948b87f57799ee56deab02503 Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Sat, 11 Aug 2012 02:43:14 +0100 Subject: g723.1: do not needlessly use int64_t Signed-off-by: Mans Rullgard --- libavcodec/g723_1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/g723_1.c') diff --git a/libavcodec/g723_1.c b/libavcodec/g723_1.c index 8a394f9340..8d5ac71ccd 100644 --- a/libavcodec/g723_1.c +++ b/libavcodec/g723_1.c @@ -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 -- cgit v1.2.3