[Ffmpeg-cvslog] r7779 - trunk/libavcodec/lzo.c
michael
subversion
Wed Jan 31 11:48:08 CET 2007
Author: michael
Date: Wed Jan 31 11:48:08 2007
New Revision: 7779
Modified:
trunk/libavcodec/lzo.c
Log:
another >> vs >
Modified: trunk/libavcodec/lzo.c
==============================================================================
--- trunk/libavcodec/lzo.c (original)
+++ trunk/libavcodec/lzo.c Wed Jan 31 11:48:08 2007
@@ -213,7 +213,7 @@
c.error |= LZO_INPUT_DEPLETED;
continue;
}
- if (x >> 4)
+ if (x > 15)
continue;
cnt = 1;
back = (1 << 11) + (GETB(c) << 2) + (x >> 2) + 1;
More information about the ffmpeg-cvslog
mailing list