comparison lzw.h @ 11412:811467079ec9 libavcodec

Add lots of missing includes
author mru
date Mon, 08 Mar 2010 18:43:52 +0000
parents 2938c3bc34c7
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11411:56ec6b45980f 11412:811467079ec9
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 <stdint.h>
34
33 struct PutBitContext; 35 struct PutBitContext;
34 36
35 enum FF_LZW_MODES{ 37 enum FF_LZW_MODES{
36 FF_LZW_GIF, 38 FF_LZW_GIF,
37 FF_LZW_TIFF 39 FF_LZW_TIFF