cosmetic change for sri table

This commit is contained in:
Jaroslav Kysela 2014-10-16 18:05:27 +02:00
parent 40d0ac4395
commit 4a0f9bf1e3

View file

@ -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
};
/**