diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-09-24 19:39:18 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-09-24 19:39:18 +0200 |
commit | 0b61af73823e88444b585c156d6c7b3677ce03bf (patch) | |
tree | eb0bc3f8437d2bc071b84d13a995b6ac7251e314 /libavcodec/amrnbdec.c | |
parent | 1aad9cd9d26adcca1d398a4cb3d67f89a6fa8967 (diff) | |
download | ffmpeg-0b61af73823e88444b585c156d6c7b3677ce03bf.tar.gz |
Restore WIP g729 code that has been remvoed by diego biurrun.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/amrnbdec.c')
-rw-r--r-- | libavcodec/amrnbdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/amrnbdec.c b/libavcodec/amrnbdec.c index 8a9e77709a..b8d826e139 100644 --- a/libavcodec/amrnbdec.c +++ b/libavcodec/amrnbdec.c @@ -83,7 +83,7 @@ /** Maximum sharpening factor * * The specification says 0.8, which should be 13107, but the reference C code - * uses 13017 instead. (Amusingly the same applies to SHARP_MAX in bitexact G.729.) + * uses 13017 instead. (Amusingly the same applies to SHARP_MAX in g729dec.c.) */ #define SHARP_MAX 0.79449462890625 |