Commit f2e92ef2 authored by Michael Niedermayer's avatar Michael Niedermayer

increase size of crop table

Originally committed as revision 3243 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent c2ab696a
...@@ -54,7 +54,7 @@ extern const uint8_t ff_zigzag_direct[64]; ...@@ -54,7 +54,7 @@ extern const uint8_t ff_zigzag_direct[64];
extern const uint8_t ff_zigzag248_direct[64]; extern const uint8_t ff_zigzag248_direct[64];
/* pixel operations */ /* pixel operations */
#define MAX_NEG_CROP 384 #define MAX_NEG_CROP 1024
/* temporary */ /* temporary */
extern uint32_t squareTbl[512]; extern uint32_t squareTbl[512];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment