# HG changeset patch # User michael # Date 1087779704 0 # Node ID 869805505b3078f603e2dbb8678c61b8b96cd5f5 # Parent 9e0b49e1c7ff4d5f08517007a68e4d841a7d8147 increase size of crop table diff -r 9e0b49e1c7ff -r 869805505b30 dsputil.h --- 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];