comparison flashsvenc.c @ 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 38cfe222e1a4
comparison
equal deleted inserted replaced
9410:f7bd7e90ef9f 9411:4cb7c65fc775
57 #include <stdio.h> 57 #include <stdio.h>
58 #include <stdlib.h> 58 #include <stdlib.h>
59 #include <zlib.h> 59 #include <zlib.h>
60 60
61 #include "avcodec.h" 61 #include "avcodec.h"
62 #include "bitstream.h" 62 #include "put_bits.h"
63 #include "bytestream.h" 63 #include "bytestream.h"
64 64
65 65
66 typedef struct FlashSVContext { 66 typedef struct FlashSVContext {
67 AVCodecContext *avctx; 67 AVCodecContext *avctx;