diff options
author | Mans Rullgard <mans@mansr.com> | 2012-08-11 02:43:14 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-08-13 01:03:25 +0100 |
commit | 371610510361f89948b87f57799ee56deab02503 (patch) | |
tree | cf4c552d6f55e849d9a4b60a8681b58968292a97 /libavcodec/g723_1.c | |
parent | 47c73a73b0967d54dfcbc6250d861406da7b84b6 (diff) | |
download | ffmpeg-371610510361f89948b87f57799ee56deab02503.tar.gz |
g723.1: do not needlessly use int64_t
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/g723_1.c')
-rw-r--r-- | libavcodec/g723_1.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |