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.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/h261.c') diff --git a/libavcodec/h261.c b/libavcodec/h261.c index 1cf1e48992..b4658c58c3 100644 --- a/libavcodec/h261.c +++ b/libavcodec/h261.c @@ -28,7 +28,6 @@ #include "dsputil.h" #include "avcodec.h" #include "h261.h" -#include "h261data.h" #define IS_FIL(a) ((a)&MB_TYPE_H261_FIL) -- cgit v1.2.3