aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/lzo.h
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2007-01-28 16:49:51 +0000
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2007-01-28 16:49:51 +0000
commita737f1dfdb588079bdd1c97a77744993dafa8c62 (patch)
tree1d51967ad977d9f24ef3a0df21a0935c00da8d4b /libavcodec/lzo.h
parent910c62e1fcdababaffacf9f2f015cbd3930a2dfe (diff)
downloadffmpeg-a737f1dfdb588079bdd1c97a77744993dafa8c62.tar.gz
LZO optimization: check input buffer bounds less frequently if padded
Originally committed as revision 7747 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/lzo.h')
-rw-r--r--libavcodec/lzo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/lzo.h b/libavcodec/lzo.h
index 7dc95d7c15..5b3d98f408 100644
--- a/libavcodec/lzo.h
+++ b/libavcodec/lzo.h
@@ -27,7 +27,7 @@
#define LZO_INVALID_BACKPTR 4
#define LZO_ERROR 8
-#define LZO_INPUT_PADDING 4
+#define LZO_INPUT_PADDING 8
#define LZO_OUTPUT_PADDING 12
int lzo1x_decode(void *out, int *outlen, void *in, int *inlen);