comparison h261data.h @ 5158:65b1bfb3a74c libavcodec

move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn't need to #include "h261data.h"
author mru
date Sat, 16 Jun 2007 15:15:19 +0000
parents f97a2081b5b1
children 4394344397d8
comparison
equal deleted inserted replaced
5157:1d116d421bbb 5158:65b1bfb3a74c
21 21
22 /** 22 /**
23 * @file h261data.h 23 * @file h261data.h
24 * H.261 tables. 24 * H.261 tables.
25 */ 25 */
26 #define MB_TYPE_H261_FIL 0x800000
27 26
28 // H.261 VLC table for macroblock addressing 27 // H.261 VLC table for macroblock addressing
29 static const uint8_t h261_mba_code[35] = { 28 static const uint8_t h261_mba_code[35] = {
30 1, 3, 2, 3, 29 1, 3, 2, 3,
31 2, 3, 2, 7, 30 2, 3, 2, 7,