summaryrefslogtreecommitdiffstats
path: root/libavcodec/lzo.h
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2006-01-22 19:10:12 +0000
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2006-01-22 19:10:12 +0000
commitf53a2931cfc62aaf48b549fa6e0ca04c57ec8d4b (patch)
treeb9284f489aa422c93dc377c8bb72106667a5d2ab /libavcodec/lzo.h
parentac44871c7773fb9a6b18d362cec9a4630055fc50 (diff)
downloadffmpeg-streaming-f53a2931cfc62aaf48b549fa6e0ca04c57ec8d4b.zip
ffmpeg-streaming-f53a2931cfc62aaf48b549fa6e0ca04c57ec8d4b.tar.gz
faster copy functions for lzo decoder that also need padding
Originally committed as revision 4882 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/lzo.h')
-rw-r--r--libavcodec/lzo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/lzo.h b/libavcodec/lzo.h
index 3c1388e..dbce137 100644
--- a/libavcodec/lzo.h
+++ b/libavcodec/lzo.h
@@ -6,6 +6,9 @@
#define LZO_INVALID_BACKPTR 4
#define LZO_ERROR 8
+#define LZO_INPUT_PADDING 4
+#define LZO_OUTPUT_PADDING 12
+
int lzo1x_decode(void *out, int *outlen, void *in, int *inlen);
#endif
OpenPOWER on IntegriCloud