comparison mjpeg.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 e9d9d946f213
children 7dd2a45249a9
comparison
equal deleted inserted replaced
9410:f7bd7e90ef9f 9411:4cb7c65fc775
32 32
33 #ifndef AVCODEC_MJPEG_H 33 #ifndef AVCODEC_MJPEG_H
34 #define AVCODEC_MJPEG_H 34 #define AVCODEC_MJPEG_H
35 35
36 #include "avcodec.h" 36 #include "avcodec.h"
37 #include "bitstream.h" 37 #include "put_bits.h"
38 38
39 39
40 /* JPEG marker codes */ 40 /* JPEG marker codes */
41 typedef enum { 41 typedef enum {
42 /* start of frame */ 42 /* start of frame */