increase size of crop table
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 21 Jun 2004 01:01:44 +0000 (01:01 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 21 Jun 2004 01:01:44 +0000 (01:01 +0000)
Originally committed as revision 3243 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/dsputil.h

index a6642f7..2ec3dc5 100644 (file)
@@ -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];