comparison vp56.h @ 6448:7fa807dd7958 libavcodec

remove #include "mpegvideo.h" where it is not needed
author aurel
date Wed, 05 Mar 2008 00:07:53 +0000
parents 1b91ce6c758c
children c4a4495715dd
comparison
equal deleted inserted replaced
6447:fe34160a1d1e 6448:7fa807dd7958
24 #ifndef FFMPEG_VP56_H 24 #ifndef FFMPEG_VP56_H
25 #define FFMPEG_VP56_H 25 #define FFMPEG_VP56_H
26 26
27 #include "vp56data.h" 27 #include "vp56data.h"
28 #include "dsputil.h" 28 #include "dsputil.h"
29 #include "mpegvideo.h" 29 #include "bitstream.h"
30 #include "bytestream.h" 30 #include "bytestream.h"
31 31
32 32
33 typedef struct vp56_context vp56_context_t; 33 typedef struct vp56_context vp56_context_t;
34 typedef struct vp56_mv vp56_mv_t; 34 typedef struct vp56_mv vp56_mv_t;