diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-07-15 02:37:33 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-07-20 20:47:07 +0200 |
commit | 79a9aab56f06b870bfb8090e8e29fabdd0cfc6df (patch) | |
tree | ae8be9689256123fd244fd68b8cdc92828ce3c3c /libavcodec/amrnbdec.c | |
parent | a005174b2500c180b9e7344d882af6cf79c79d8f (diff) | |
download | ffmpeg-79a9aab56f06b870bfb8090e8e29fabdd0cfc6df.tar.gz |
Remove unused and non-compiling vestigial g729 decoder
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 1c90aadb12..501b137780 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 g729dec.c.) + * uses 13017 instead. (Amusingly the same applies to SHARP_MAX in bitexact G.729.) */ #define SHARP_MAX 0.79449462890625 |