mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
* 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
This commit is contained in:
parent
fe2d6fe235
commit
669484b49e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user