From: Michael Niedermayer Date: Mon, 21 Jun 2004 01:01:44 +0000 (+0000) Subject: increase size of crop table X-Git-Tag: v0.5~14953 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f2e92ef2915333b233846e32cd2b0ac1f785516e;p=platform%2Fupstream%2Flibav.git increase size of crop table Originally committed as revision 3243 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index a6642f7..2ec3dc5 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];