Update the empty short LC.

48kHz
Jonathan Naylor 2016-04-14 21:50:48 +01:00
parent 114f720ccc
commit fba27219f2
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ const uint8_t CACH_INTERLEAVE[] =
73U, 74U, 75U, 77U, 78U, 79U, 81U, 82U, 83U, 85U, 87U, 88U, 89U, 91U, 92U, 93U, 95U};
const uint8_t EMPTY_SHORT_LC[] =
{0x00U, 0x00U, 0x44U, 0x00U, 0x00U, 0x18U, 0x63U, 0x01U, 0x18U, 0x64U, 0x00U, 0x00U};
{0x00U, 0x00U, 0x44U, 0x00U, 0x00U, 0x18U, 0x03U, 0x14U, 0x08U, 0x63U, 0x20U, 0x00U};
const uint8_t BIT_MASK_TABLE[] = {0x80U, 0x40U, 0x20U, 0x10U, 0x08U, 0x04U, 0x02U, 0x01U};