comparison mjpegdec.h @ 9428:0dce4fe6e6f3 libavcodec

Rename bitstream.h to get_bits.h.
author stefano
date Mon, 13 Apr 2009 16:20:26 +0000
parents 54bc8a2727b0
children b73796e93571
comparison
equal deleted inserted replaced
9427:4c1fb7723412 9428:0dce4fe6e6f3
28 28
29 #ifndef AVCODEC_MJPEGDEC_H 29 #ifndef AVCODEC_MJPEGDEC_H
30 #define AVCODEC_MJPEGDEC_H 30 #define AVCODEC_MJPEGDEC_H
31 31
32 #include "avcodec.h" 32 #include "avcodec.h"
33 #include "bitstream.h" 33 #include "get_bits.h"
34 #include "dsputil.h" 34 #include "dsputil.h"
35 35
36 #define MAX_COMPONENTS 4 36 #define MAX_COMPONENTS 4
37 37
38 typedef struct MJpegDecodeContext { 38 typedef struct MJpegDecodeContext {