summaryrefslogtreecommitdiffstats
path: root/libavcodec/lzo.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/lzo.h')
-rw-r--r--libavcodec/lzo.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/libavcodec/lzo.h b/libavcodec/lzo.h
new file mode 100644
index 0000000..3c1388e
--- /dev/null
+++ b/libavcodec/lzo.h
@@ -0,0 +1,11 @@
+#ifndef _LZO_H
+#define LZO_H
+
+#define LZO_INPUT_DEPLETED 1
+#define LZO_OUTPUT_FULL 2
+#define LZO_INVALID_BACKPTR 4
+#define LZO_ERROR 8
+
+int lzo1x_decode(void *out, int *outlen, void *in, int *inlen);
+
+#endif
OpenPOWER on IntegriCloud