comparison svq1_vlc.h @ 2967:ef2149182f1c libavcodec

COSMETICS: Remove all trailing whitespace.
author diego
date Sat, 17 Dec 2005 18:14:38 +0000
parents f089d25c82f0
children c537a97eec66
comparison
equal deleted inserted replaced
2966:564788471dd4 2967:ef2149182f1c
3 3
4 /* values in this table range from 0..3; adjust retrieved value by +0 */ 4 /* values in this table range from 0..3; adjust retrieved value by +0 */
5 static const uint8_t svq1_block_type_vlc[4][2] = { 5 static const uint8_t svq1_block_type_vlc[4][2] = {
6 /* { code, length } */ 6 /* { code, length } */
7 { 0x1, 1 }, { 0x1, 2 }, { 0x1, 3 }, { 0x0, 3 } 7 { 0x1, 1 }, { 0x1, 2 }, { 0x1, 3 }, { 0x0, 3 }
8 8
9 }; 9 };
10 10
11 /* values in this table range from -1..6; adjust retrieved value by -1 */ 11 /* values in this table range from -1..6; adjust retrieved value by -1 */
12 static const uint8_t svq1_intra_multistage_vlc[6][8][2] = { 12 static const uint8_t svq1_intra_multistage_vlc[6][8][2] = {
13 /* { code, length } */ 13 /* { code, length } */