From b3e83c965d5c3d0f42ed7dc64c70bc59a462b76a Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sat, 16 Jun 2007 15:15:19 +0000 Subject: move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn't need to #include "h261data.h" Originally committed as revision 9339 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h261.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/h261.h') diff --git a/libavcodec/h261.h b/libavcodec/h261.h index b0ce1bb991..1d4fc848a0 100644 --- a/libavcodec/h261.h +++ b/libavcodec/h261.h @@ -43,3 +43,4 @@ typedef struct H261Context{ int gob_start_code_skipped; // 1 if gob start code is already read before gob header is read }H261Context; +#define MB_TYPE_H261_FIL 0x800000 -- cgit v1.2.3