comparison h261data.h @ 5162:4394344397d8 libavcodec

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents 65b1bfb3a74c
children 9ecbfc0c82bf
comparison
equal deleted inserted replaced
5161:94c3f01c243c 5162:4394344397d8
21 21
22 /** 22 /**
23 * @file h261data.h 23 * @file h261data.h
24 * H.261 tables. 24 * H.261 tables.
25 */ 25 */
26
27 #include <stdint.h>
28 #include "h261.h"
26 29
27 // H.261 VLC table for macroblock addressing 30 // H.261 VLC table for macroblock addressing
28 static const uint8_t h261_mba_code[35] = { 31 static const uint8_t h261_mba_code[35] = {
29 1, 3, 2, 3, 32 1, 3, 2, 3,
30 2, 3, 2, 7, 33 2, 3, 2, 7,