Revision 5b21bdab libavutil/lzo.h
libavutil/lzo.h | ||
---|---|---|
19 | 19 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
20 | 20 |
*/ |
21 | 21 |
|
22 |
#ifndef LZO_H |
|
23 |
#define LZO_H |
|
22 |
#ifndef FFMPEG_LZO_H
|
|
23 |
#define FFMPEG_LZO_H
|
|
24 | 24 |
|
25 | 25 |
#define LZO_INPUT_DEPLETED 1 |
26 | 26 |
#define LZO_OUTPUT_FULL 2 |
... | ... | |
32 | 32 |
|
33 | 33 |
int lzo1x_decode(void *out, int *outlen, void *in, int *inlen); |
34 | 34 |
|
35 |
#endif |
|
35 |
#endif /* FFMPEG_LZO_H */ |
Also available in: Unified diff