increase size of crop table

Originally committed as revision 3243 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2004-06-21 01:01:44 +00:00
parent c2ab696add
commit f2e92ef291

View 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];