comparison tiff.c @ 10635:2938c3bc34c7 libavcodec

lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* though
author bcoudurier
date Thu, 03 Dec 2009 19:19:57 +0000
parents bdf4a9ca162a
children 8a4984c5cacc
comparison
equal deleted inserted replaced
10634:e15eb76d9e47 10635:2938c3bc34c7
30 #endif 30 #endif
31 #include "lzw.h" 31 #include "lzw.h"
32 #include "tiff.h" 32 #include "tiff.h"
33 #include "faxcompr.h" 33 #include "faxcompr.h"
34 #include "libavutil/common.h" 34 #include "libavutil/common.h"
35 35 #include "libavutil/intreadwrite.h"
36 36
37 typedef struct TiffContext { 37 typedef struct TiffContext {
38 AVCodecContext *avctx; 38 AVCodecContext *avctx;
39 AVFrame picture; 39 AVFrame picture;
40 40