comparison mpeg4data.h @ 5129:0244bba24b43 libavcodec

misc typo fixes
author diego
date Tue, 12 Jun 2007 18:50:50 +0000
parents c8c591fe26f8
children 4394344397d8
comparison
equal deleted inserted replaced
5128:d98460d07146 5129:0244bba24b43
143 intra_vlc, 143 intra_vlc,
144 intra_run, 144 intra_run,
145 intra_level, 145 intra_level,
146 }; 146 };
147 147
148 static const uint16_t inter_rvlc[170][2]={ //note this is identical to the intra rvlc except that its reordered 148 /* Note this is identical to the intra rvlc except that it is reordered. */
149 static const uint16_t inter_rvlc[170][2]={
149 {0x0006, 3},{0x0001, 4},{0x0004, 5},{0x001C, 7}, 150 {0x0006, 3},{0x0001, 4},{0x0004, 5},{0x001C, 7},
150 {0x003C, 8},{0x003D, 8},{0x007C, 9},{0x00FC, 10}, 151 {0x003C, 8},{0x003D, 8},{0x007C, 9},{0x00FC, 10},
151 {0x00FD, 10},{0x01FC, 11},{0x01FD, 11},{0x03FC, 12}, 152 {0x00FD, 10},{0x01FC, 11},{0x01FD, 11},{0x03FC, 12},
152 {0x07FC, 13},{0x07FD, 13},{0x0BFC, 13},{0x0BFD, 13}, 153 {0x07FC, 13},{0x07FD, 13},{0x0BFC, 13},{0x0BFD, 13},
153 {0x0FFC, 14},{0x0FFD, 14},{0x1FFC, 15},{0x0007, 3}, 154 {0x0FFC, 14},{0x0FFD, 14},{0x1FFC, 15},{0x0007, 3},