comparison lzw.h @ 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 e15eb76d9e47
children 811467079ec9
comparison
equal deleted inserted replaced
10634:e15eb76d9e47 10635:2938c3bc34c7
28 */ 28 */
29 29
30 #ifndef AVCODEC_LZW_H 30 #ifndef AVCODEC_LZW_H
31 #define AVCODEC_LZW_H 31 #define AVCODEC_LZW_H
32 32
33 #include "get_bits.h"
34
35 struct PutBitContext; 33 struct PutBitContext;
36 34
37 enum FF_LZW_MODES{ 35 enum FF_LZW_MODES{
38 FF_LZW_GIF, 36 FF_LZW_GIF,
39 FF_LZW_TIFF 37 FF_LZW_TIFF