changeset 2280:785b6b4682b5 libavcodec

* these vars could be either static or extern (compilation fix gcc-3.5)
author kabi
date Thu, 30 Sep 2004 15:02:07 +0000
parents cadd9e82b362
children 7b345b735ac7
files ac3.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ac3.h	Wed Sep 29 23:12:16 2004 +0000
+++ b/ac3.h	Thu Sep 30 15:02:07 2004 +0000
@@ -43,6 +43,7 @@
     int cplfleak, cplsleak;
 } AC3BitAllocParameters;
 
+#if 0
 extern const uint16_t ac3_freqs[3];
 extern const uint16_t ac3_bitratetab[19];
 extern const int16_t ac3_window[256];
@@ -52,6 +53,7 @@
 extern const uint16_t dbkneetab[4];
 extern const uint16_t floortab[8];
 extern const uint16_t fgaintab[8];
+#endif
 
 void ac3_common_init(void);
 void ac3_parametric_bit_allocation(AC3BitAllocParameters *s, uint8_t *bap,