diff h261dec.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 0244bba24b43
children 7100aeea042e
line wrap: on
line diff
--- a/h261dec.c	Sat Jun 16 15:15:17 2007 +0000
+++ b/h261dec.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"
 
 #define H261_MBA_VLC_BITS 9
 #define H261_MTYPE_VLC_BITS 6