summaryrefslogtreecommitdiff
path: root/libavcodec/ac3.h
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2007-03-18 04:53:21 +0000
committerJustin Ruggles <justin.ruggles@gmail.com>2007-03-18 04:53:21 +0000
commit495529f7dfbaf24bfe567911ec9717bf90f6081a (patch)
tree698c87b478a6efbf90d6612368dec5e2dd3da218 /libavcodec/ac3.h
parent92964be89575f4ae367095567d69c664d9fc4493 (diff)
hardcode ff_ac3_frame_sizes table
Originally committed as revision 8435 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ac3.h')
-rw-r--r--libavcodec/ac3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ac3.h b/libavcodec/ac3.h
index 757f446572..bd7e7b611b 100644
--- a/libavcodec/ac3.h
+++ b/libavcodec/ac3.h
@@ -89,7 +89,7 @@ typedef struct {
*/
int ff_ac3_parse_header(const uint8_t buf[7], AC3HeaderInfo *hdr);
-extern uint16_t ff_ac3_frame_sizes[38][3];
+extern const uint16_t ff_ac3_frame_sizes[38][3];
extern const uint8_t ff_ac3_channels[8];
extern const uint16_t ff_ac3_freqs[3];
extern const uint16_t ff_ac3_bitratetab[19];