# HG changeset patch # User arpi_esp # Date 1019337446 0 # Node ID 025825084364ac0ea33dc843ac2a5afccca4460a # Parent d359db02fc908e8477289a7e2fa8a886004e3ff2 postprocess array increased to handle images up to 2048x1536 diff -r d359db02fc90 -r 025825084364 avcodec.h --- a/avcodec.h Fri Apr 19 03:25:20 2002 +0000 +++ b/avcodec.h Sat Apr 20 21:17:26 2002 +0000 @@ -332,8 +332,8 @@ #ifdef FF_POSTPROCESS #ifndef MBC -#define MBC 48 -#define MBR 36 +#define MBC 128 +#define MBR 96 #endif extern int quant_store[MBR+1][MBC+1]; // [Review] #endif