summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec/lzo.h
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2007-01-28 18:38:32 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2007-01-28 18:38:32 +0000
commit7c3728d769962d288b73cc945c3143ae68726984 (patch)
tree36f762f4ce762a77ed0333711f628c40ba1a0f98 /src/libffmpeg/libavcodec/lzo.h
parent9add5e858c10b369eb44fe7ab618efb37eb3c585 (diff)
downloadxine-lib-7c3728d769962d288b73cc945c3143ae68726984.tar.gz
xine-lib-7c3728d769962d288b73cc945c3143ae68726984.tar.bz2
another ffmpeg sync to include h264 security fixes
CVS patchset: 8573 CVS date: 2007/01/28 18:38:32
Diffstat (limited to 'src/libffmpeg/libavcodec/lzo.h')
-rw-r--r--src/libffmpeg/libavcodec/lzo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libffmpeg/libavcodec/lzo.h b/src/libffmpeg/libavcodec/lzo.h
index 4d00dd721..5b3d98f40 100644
--- a/src/libffmpeg/libavcodec/lzo.h
+++ b/src/libffmpeg/libavcodec/lzo.h
@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef _LZO_H
+#ifndef LZO_H
#define LZO_H
#define LZO_INPUT_DEPLETED 1
@@ -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);