diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-06-21 01:01:44 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-06-21 01:01:44 +0000 |
commit | f2e92ef2915333b233846e32cd2b0ac1f785516e (patch) | |
tree | ba7b0e01e689e6d68c3c2977aee3260fcac2547e | |
parent | c2ab696addc168cd84824e8e96ce11a22f5d81b0 (diff) | |
download | ffmpeg-f2e92ef2915333b233846e32cd2b0ac1f785516e.tar.gz |
increase size of crop table
Originally committed as revision 3243 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/dsputil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index a6642f7a05..2ec3dc50c1 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -54,7 +54,7 @@ extern const uint8_t ff_zigzag_direct[64]; extern const uint8_t ff_zigzag248_direct[64]; /* pixel operations */ -#define MAX_NEG_CROP 384 +#define MAX_NEG_CROP 1024 /* temporary */ extern uint32_t squareTbl[512]; |