diff h261.c @ 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 e9d9d946f213
line wrap: on
line diff
--- a/h261.c	Sat Jun 16 15:15:17 2007 +0000
+++ b/h261.c	Sat Jun 16 15:15:19 2007 +0000
@@ -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)