comparison vp3.c @ 6448:7fa807dd7958 libavcodec

remove #include "mpegvideo.h" where it is not needed
author aurel
date Wed, 05 Mar 2008 00:07:53 +0000
parents eaa18f140fb7
children 48759bfbd073
comparison
equal deleted inserted replaced
6447:fe34160a1d1e 6448:7fa807dd7958
34 #include <string.h> 34 #include <string.h>
35 #include <unistd.h> 35 #include <unistd.h>
36 36
37 #include "avcodec.h" 37 #include "avcodec.h"
38 #include "dsputil.h" 38 #include "dsputil.h"
39 #include "mpegvideo.h" 39 #include "bitstream.h"
40 40
41 #include "vp3data.h" 41 #include "vp3data.h"
42 #include "xiph.h" 42 #include "xiph.h"
43 43
44 #define FRAGMENT_PIXELS 8 44 #define FRAGMENT_PIXELS 8