summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-06-21 01:01:44 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-06-21 01:01:44 +0000
commitf2e92ef2915333b233846e32cd2b0ac1f785516e (patch)
treeba7b0e01e689e6d68c3c2977aee3260fcac2547e /libavcodec
parentc2ab696addc168cd84824e8e96ce11a22f5d81b0 (diff)
increase size of crop table
Originally committed as revision 3243 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/dsputil.h2
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];