comparison mpegvideo.h @ 9411:4cb7c65fc775 libavcodec

Split bitstream.h, put the bitstream writer stuff in the new file put_bits.h.
author stefano
date Sun, 12 Apr 2009 08:35:26 +0000
parents 54bc8a2727b0
children 0dce4fe6e6f3
comparison
equal deleted inserted replaced
9410:f7bd7e90ef9f 9411:4cb7c65fc775
28 #ifndef AVCODEC_MPEGVIDEO_H 28 #ifndef AVCODEC_MPEGVIDEO_H
29 #define AVCODEC_MPEGVIDEO_H 29 #define AVCODEC_MPEGVIDEO_H
30 30
31 #include "dsputil.h" 31 #include "dsputil.h"
32 #include "bitstream.h" 32 #include "bitstream.h"
33 #include "put_bits.h"
33 #include "ratecontrol.h" 34 #include "ratecontrol.h"
34 #include "parser.h" 35 #include "parser.h"
35 #include "mpeg12data.h" 36 #include "mpeg12data.h"
36 #include "rl.h" 37 #include "rl.h"
37 38