diff h261enc.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 a4104482ceef
line wrap: on
line diff
--- a/h261enc.c	Sat Jun 16 15:15:17 2007 +0000
+++ b/h261enc.c	Sat Jun 16 15:15:19 2007 +0000
@@ -28,8 +28,8 @@
 #include "dsputil.h"
 #include "avcodec.h"
 #include "mpegvideo.h"
+#include "h261.h"
 #include "h261data.h"
-#include "h261.h"
 
 extern uint8_t ff_h261_rl_table_store[2][2*MAX_RUN + MAX_LEVEL + 3];