summaryrefslogtreecommitdiffstats
path: root/libavcodec/aactab.h
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2009-09-06 08:48:45 +0000
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2009-09-06 08:48:45 +0000
commit7eb1c3643184e15b72787e66755a4fd2593d4afa (patch)
treed013526908ae498f0cedc203712dcb6fedfc8b54 /libavcodec/aactab.h
parented034f6c595c188daacdb76abffb0bfd6d66ecb7 (diff)
downloadffmpeg-streaming-7eb1c3643184e15b72787e66755a4fd2593d4afa.zip
ffmpeg-streaming-7eb1c3643184e15b72787e66755a4fd2593d4afa.tar.gz
ff_swb_offset_* tables should be const.
Originally committed as revision 19782 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/aactab.h')
-rw-r--r--libavcodec/aactab.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/aactab.h b/libavcodec/aactab.h
index fd0929c..061a4e9 100644
--- a/libavcodec/aactab.h
+++ b/libavcodec/aactab.h
@@ -65,8 +65,8 @@ extern const uint16_t ff_aac_spectral_sizes[11];
extern const float *ff_aac_codebook_vectors[];
-extern const uint16_t *ff_swb_offset_1024[13];
-extern const uint16_t *ff_swb_offset_128 [13];
+extern const uint16_t * const ff_swb_offset_1024[13];
+extern const uint16_t * const ff_swb_offset_128 [13];
extern const uint8_t ff_tns_max_bands_1024[13];
extern const uint8_t ff_tns_max_bands_128 [13];
OpenPOWER on IntegriCloud