cosmetic change for sri table
This commit is contained in:
parent
40d0ac4395
commit
4a0f9bf1e3
1 changed files with 4 additions and 2 deletions
|
@ -113,8 +113,10 @@ tvh_crc32(const uint8_t *data, size_t datalen, uint32_t crc)
|
|||
*
|
||||
*/
|
||||
static const int sample_rates[16] = {
|
||||
96000, 88200, 64000, 48000, 44100, 32000,
|
||||
24000, 22050, 16000, 12000, 11025, 8000, 7350
|
||||
96000, 88200, 64000, 48000,
|
||||
44100, 32000, 24000, 22050,
|
||||
16000, 12000, 11025, 8000,
|
||||
7350, 0, 0, 0
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue