diff dsputil.h @ 2090:869805505b30 libavcodec

increase size of crop table
author michael
date Mon, 21 Jun 2004 01:01:44 +0000
parents aae3b4e66560
children 3378d0677903
line wrap: on
line diff
--- a/dsputil.h	Sun Jun 20 19:13:07 2004 +0000
+++ b/dsputil.h	Mon Jun 21 01:01:44 2004 +0000
@@ -54,7 +54,7 @@
 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];