From f2e92ef2915333b233846e32cd2b0ac1f785516e Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 21 Jun 2004 01:01:44 +0000 Subject: [PATCH] increase size of crop table Originally committed as revision 3243 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/dsputil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];