Revision 983e3246 libavcodec/ac3tab.h
libavcodec/ac3tab.h | ||
---|---|---|
1 |
/* tables taken directly from AC3 spec */ |
|
1 |
/** |
|
2 |
* @file ac3tab.h |
|
3 |
* tables taken directly from AC3 spec. |
|
4 |
*/ |
|
2 | 5 |
|
3 | 6 |
/* possible frequencies */ |
4 | 7 |
const uint16_t ac3_freqs[3] = { 48000, 44100, 32000 }; |
Also available in: Unified diff