diff options
author | Zdenek Kabelac <kabi@informatics.muni.cz> | 2004-09-30 15:02:07 +0000 |
---|---|---|
committer | Zdenek Kabelac <kabi@informatics.muni.cz> | 2004-09-30 15:02:07 +0000 |
commit | 669484b49e6d6ac7edd64cd6c7fc5152de634ad9 (patch) | |
tree | 2e61ec0221cac28531aa9651698170bdf8862450 /libavcodec/ac3.h | |
parent | fe2d6fe2359b153eee827906140e62f710496a37 (diff) | |
download | ffmpeg-669484b49e6d6ac7edd64cd6c7fc5152de634ad9.tar.gz |
* these vars could be either static or extern (compilation fix gcc-3.5)
Originally committed as revision 3541 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ac3.h')
-rw-r--r-- | libavcodec/ac3.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/ac3.h b/libavcodec/ac3.h index 1e8a5ba2db..9825195c39 100644 --- a/libavcodec/ac3.h +++ b/libavcodec/ac3.h @@ -43,6 +43,7 @@ typedef struct AC3BitAllocParameters { 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 sgaintab[4]; 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, |