[FFmpeg-cvslog] acelp: Remove unused gray_decode table.

Diego Biurrun git at videolan.org
Mon May 16 05:08:17 CEST 2011


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Fri Apr 29 19:42:00 2011 +0200| [7f995abed362be3ae54c6f0464cf00b2c89b7678] | committer: Diego Biurrun

acelp: Remove unused gray_decode table.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7f995abed362be3ae54c6f0464cf00b2c89b7678
---

 libavcodec/acelp_vectors.c |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/libavcodec/acelp_vectors.c b/libavcodec/acelp_vectors.c
index 8e59e4b..25a6ff2 100644
--- a/libavcodec/acelp_vectors.c
+++ b/libavcodec/acelp_vectors.c
@@ -93,16 +93,6 @@ const uint8_t ff_fc_4pulses_8bits_track_4[32] =
     78, 79,
 };
 
-#if 0
-static uint8_t gray_decode[32] =
-{
-    0,  1,  3,  2,  7,  6,  4,  5,
-   15, 14, 12, 13,  8,  9, 11, 10,
-   31, 30, 28, 29, 24, 25, 27, 26,
-   16, 17, 19, 18, 23, 22, 20, 21
-};
-#endif
-
 const float ff_pow_0_7[10] = {
     0.700000, 0.490000, 0.343000, 0.240100, 0.168070,
     0.117649, 0.082354, 0.057648, 0.040354, 0.028248



More information about the ffmpeg-cvslog mailing list