comparison svq1_vlc.h @ 5162:4394344397d8 libavcodec

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents c8c591fe26f8
children eca08bfad00f
comparison
equal deleted inserted replaced
5161:94c3f01c243c 5162:4394344397d8
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */ 19 */
20 20
21 #ifndef SVQ1_VLC_H 21 #ifndef SVQ1_VLC_H
22 #define SVQ1_VLC_H 22 #define SVQ1_VLC_H
23
24 #include <stdint.h>
23 25
24 /* values in this table range from 0..3; adjust retrieved value by +0 */ 26 /* values in this table range from 0..3; adjust retrieved value by +0 */
25 static const uint8_t svq1_block_type_vlc[4][2] = { 27 static const uint8_t svq1_block_type_vlc[4][2] = {
26 /* { code, length } */ 28 /* { code, length } */
27 { 0x1, 1 }, { 0x1, 2 }, { 0x1, 3 }, { 0x0, 3 } 29 { 0x1, 1 }, { 0x1, 2 }, { 0x1, 3 }, { 0x0, 3 }