diff mbox series

[FFmpeg-devel,06/15] avcodec/acelp_vectors: Remove unused ff_fc_2pulses_9bits_track1

Message ID 20210219075022.2445161-6-andreas.rheinhardt@gmail.com
State Accepted
Commit 559a26600a472e8f2ce3c2e6ad96a14a43d25e2d
Headers show
Series [FFmpeg-devel,01/15] avformat/asf: Move ff_asf_audio_conceal_none to its only user | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished
andriy/PPC64_make success Make finished
andriy/PPC64_make_fate success Make fate finished

Commit Message

Andreas Rheinhardt Feb. 19, 2021, 7:50 a.m. UTC
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
---
 libavcodec/acelp_vectors.c | 11 -----------
 libavcodec/acelp_vectors.h |  1 -
 2 files changed, 12 deletions(-)
diff mbox series

Patch

diff --git a/libavcodec/acelp_vectors.c b/libavcodec/acelp_vectors.c
index 798217d73b..0d4de0e4c3 100644
--- a/libavcodec/acelp_vectors.c
+++ b/libavcodec/acelp_vectors.c
@@ -28,17 +28,6 @@ 
 #include "avcodec.h"
 #include "acelp_vectors.h"
 
-const uint8_t ff_fc_2pulses_9bits_track1[16] =
-{
-    1,  3,
-    6,  8,
-    11, 13,
-    16, 18,
-    21, 23,
-    26, 28,
-    31, 33,
-    36, 38
-};
 const uint8_t ff_fc_2pulses_9bits_track1_gray[16] =
 {
   1,  3,
diff --git a/libavcodec/acelp_vectors.h b/libavcodec/acelp_vectors.h
index fae834dac1..c2587c5f69 100644
--- a/libavcodec/acelp_vectors.h
+++ b/libavcodec/acelp_vectors.h
@@ -102,7 +102,6 @@  extern const uint8_t ff_fc_4pulses_8bits_track_4[32];
  *
  * Used in G.729 @@6.4k (with gray coding), AMR @@5.9k (without gray coding)
  */
-extern const uint8_t ff_fc_2pulses_9bits_track1[16];
 extern const uint8_t ff_fc_2pulses_9bits_track1_gray[16];
 
 /**