diff options
author | Robert Edele <yartrebo@earthlink.net> | 2006-03-20 05:52:23 +0000 |
---|---|---|
committer | Corey Hickey <bugfood-ml@fatooh.org> | 2006-03-20 05:52:23 +0000 |
commit | 561a18d3ba07382dffdf583dda13f6954109b116 (patch) | |
tree | 99fd27050416dd6bbe82721e7baa9c28f648f34e /libavcodec/snow.h | |
parent | 1956e16653864b29db5067999c1888f2b38737a6 (diff) | |
download | ffmpeg-561a18d3ba07382dffdf583dda13f6954109b116.tar.gz |
Snow mmx + sse2 part 2
Patch by Robert Edele, yartrebo <<at>> earthlink <<dot>> net
Originally committed as revision 5184 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/snow.h')
-rw-r--r-- | libavcodec/snow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/snow.h b/libavcodec/snow.h index 11fd15a295..976901edbb 100644 --- a/libavcodec/snow.h +++ b/libavcodec/snow.h @@ -31,7 +31,7 @@ #define LOSSLESS_QLOG -128 #define FRAC_BITS 8 -#define LOG2_OBMC_MAX 6 +#define LOG2_OBMC_MAX 8 #define OBMC_MAX (1<<(LOG2_OBMC_MAX)) /** Used to minimize the amount of memory used in order to optimize cache performance. **/ |