diff libmpeg2/mpeg2_internal.h @ 2722:b3624c70aba2

MBC->MPEG2_MBC, max image size increased
author arpi
date Mon, 05 Nov 2001 18:12:27 +0000
parents d5a44e828ae4
children b4d0cc1fd14b
line wrap: on
line diff
--- a/libmpeg2/mpeg2_internal.h	Mon Nov 05 18:03:46 2001 +0000
+++ b/libmpeg2/mpeg2_internal.h	Mon Nov 05 18:12:27 2001 +0000
@@ -218,7 +218,7 @@
 
 
 #ifdef MPEG12_POSTPROC
-#define MBC 48
-#define MBR 36
-extern int quant_store[MBR+1][MBC+1]; // [Review]
+#define MPEG2_MBC 120
+#define MPEG2_MBR 72
+extern int quant_store[MPEG2_MBR+1][MPEG2_MBC+1]; // [Review]
 #endif