Mercurial > libavcodec.hg
comparison dnxhddec.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 | bfb9d5c104a1 |
children | 48759bfbd073 |
comparison
equal
deleted
inserted
replaced
6447:fe34160a1d1e | 6448:7fa807dd7958 |
---|---|
24 | 24 |
25 #include "avcodec.h" | 25 #include "avcodec.h" |
26 #include "bitstream.h" | 26 #include "bitstream.h" |
27 #include "dnxhddata.h" | 27 #include "dnxhddata.h" |
28 #include "dsputil.h" | 28 #include "dsputil.h" |
29 #include "mpegvideo.h" | |
30 | 29 |
31 typedef struct { | 30 typedef struct { |
32 AVCodecContext *avctx; | 31 AVCodecContext *avctx; |
33 AVFrame picture; | 32 AVFrame picture; |
34 GetBitContext gb; | 33 GetBitContext gb; |