comparison libmpeg2/mpeg2_internal.h @ 829:d97be5962c92

768x576 crash fixed
author arpi_esp
date Thu, 17 May 2001 22:18:45 +0000
parents b7b038ee3fde
children 36ed1692c0b8
comparison
equal deleted inserted replaced
828:c71695c30006 829:d97be5962c92
212 212
213 /* stats.c */ 213 /* stats.c */
214 void stats_header (uint8_t code, uint8_t * buffer); 214 void stats_header (uint8_t code, uint8_t * buffer);
215 215
216 #ifdef MPEG12_POSTPROC 216 #ifdef MPEG12_POSTPROC
217 #define MBC 45 217 #define MBC 48
218 #define MBR 36 218 #define MBR 36
219 extern int quant_store[MBR+1][MBC+1]; // [Review] 219 extern int quant_store[MBR+1][MBC+1]; // [Review]
220 #endif 220 #endif