indeo2data: K&R formatting cosmetics

Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
Luca Barbato 2016-02-22 19:58:18 -05:00 committed by Diego Biurrun
parent 1a094af638
commit d4066a7024
1 changed files with 104 additions and 104 deletions

View File

@ -99,7 +99,7 @@ static const uint16_t ir2_codes[IR2_CODES][2] = {
{ 0x0011, 5 }, { 0x0014, 5 }, { 0x0015, 5 }, { 0x0030, 6 },
{ 0x0037, 6 }, { 0x00E2, 8 }, { 0x00E3, 8 }, { 0x00E8, 8 },
{ 0x00EB, 8 }, { 0x00EE, 8 }, { 0x01E1, 9 }, { 0x01E4, 9 },
{0x01E7, 9}, {0x01EA, 9}, {0x01ED, 9}
{ 0x01E7, 9 }, { 0x01EA, 9 }, { 0x01ED, 9 },
#endif
};
@ -135,7 +135,7 @@ static const uint8_t ir2_luma_table[256] = {
0x29, 0x4A, 0xC8, 0xD7, 0x38, 0x29, 0xD7, 0xC8,
0x29, 0x38, 0xA4, 0xD8, 0x5C, 0x28, 0xD8, 0xA4,
0x28, 0x5C, 0x6C, 0xC1, 0x94, 0x3F, 0xC1, 0x6C,
0x3F, 0x94, 0xD9, 0xD9, 0x27, 0x27, 0x80, 0x80
0x3F, 0x94, 0xD9, 0xD9, 0x27, 0x27, 0x80, 0x80,
};
#endif /* AVCODEC_INDEO2DATA_H */