[FFmpeg-cvslog] g723.1: do not needlessly use int64_t
Mans Rullgard
git at videolan.org
Mon Aug 13 14:49:44 CEST 2012
ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Sat Aug 11 02:43:14 2012 +0100| [371610510361f89948b87f57799ee56deab02503] | committer: Mans Rullgard
g723.1: do not needlessly use int64_t
Signed-off-by: Mans Rullgard <mans at mansr.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=371610510361f89948b87f57799ee56deab02503
---
libavcodec/g723_1.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/g723_1.c b/libavcodec/g723_1.c
index 8a394f9..8d5ac71 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
More information about the ffmpeg-cvslog
mailing list