comparison h261.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 5b63f62602fa
children 9ecbfc0c82bf
comparison
equal deleted inserted replaced
5157:1d116d421bbb 5158:65b1bfb3a74c
41 int current_mv_y; 41 int current_mv_y;
42 int gob_number; 42 int gob_number;
43 int gob_start_code_skipped; // 1 if gob start code is already read before gob header is read 43 int gob_start_code_skipped; // 1 if gob start code is already read before gob header is read
44 }H261Context; 44 }H261Context;
45 45
46 #define MB_TYPE_H261_FIL 0x800000