Mercurial > libavcodec.hg
changeset 7070:3e197f8ee6c6 libavcodec
Does not need to be int16.
author | michael |
---|---|
date | Thu, 19 Jun 2008 10:38:20 +0000 |
parents | 92bcfa9ba977 |
children | cbc38c3580da |
files | g726.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/g726.c Thu Jun 19 10:29:36 2008 +0000 +++ b/g726.c Thu Jun 19 10:38:20 2008 +0000 @@ -184,7 +184,7 @@ return (dql < 0) ? 0 : ((dqt<<dex) >> 7); } -static int16_t g726_decode(G726Context* c, int16_t I) +static int16_t g726_decode(G726Context* c, int I) { int dq, re_signal, pk0, fa1, i, tr, ylint, ylfrac, thr2, al, dq0; Float11 f;