summaryrefslogtreecommitdiff
path: root/libavcodec/aacenctab.h
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2015-08-22 04:30:15 +0100
committerRostislav Pehlivanov <atomnuker@gmail.com>2015-08-22 04:30:15 +0100
commit15ebc7787c6c693ba846db6c730e1cefd62b5119 (patch)
tree8c5a2ceba93b26d945779d71872ecde3f21a793b /libavcodec/aacenctab.h
parent5cbcf2b24d287fe465926e3b31ef30f7bc92070e (diff)
aacenctab: Add missing ff_ prefixes
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com> Reviewed-by: Ganesh Ajjanagadde <gajjanag@mit.edu>
Diffstat (limited to 'libavcodec/aacenctab.h')
-rw-r--r--libavcodec/aacenctab.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libavcodec/aacenctab.h b/libavcodec/aacenctab.h
index 25c523ee40..7e14a195d2 100644
--- a/libavcodec/aacenctab.h
+++ b/libavcodec/aacenctab.h
@@ -38,10 +38,10 @@
#define AAC_MAX_CHANNELS 6
-extern const uint8_t *swb_size_1024[];
-extern const int swb_size_1024_len;
-extern const uint8_t *swb_size_128[];
-extern const int swb_size_128_len;
+extern const uint8_t *ff_aac_swb_size_1024[];
+extern const int ff_aac_swb_size_1024_len;
+extern const uint8_t *ff_aac_swb_size_128[];
+extern const int ff_aac_swb_size_128_len;
/** default channel configurations */
static const uint8_t aac_chan_configs[6][5] = {