Revision 5b21bdab libavcodec/lzw.h
libavcodec/lzw.h | ||
---|---|---|
27 | 27 |
* Modified for use in TIFF by Konstantin Shishkov |
28 | 28 |
*/ |
29 | 29 |
|
30 |
#ifndef LZW_H |
|
31 |
#define LZW_H |
|
30 |
#ifndef FFMPEG_LZW_H
|
|
31 |
#define FFMPEG_LZW_H
|
|
32 | 32 |
|
33 | 33 |
#include "bitstream.h" |
34 | 34 |
|
... | ... | |
56 | 56 |
int ff_lzw_encode(struct LZWEncodeState * s, const uint8_t * inbuf, int insize); |
57 | 57 |
int ff_lzw_encode_flush(struct LZWEncodeState * s); |
58 | 58 |
|
59 |
#endif |
|
59 |
#endif /* FFMPEG_LZW_H */ |
Also available in: Unified diff