diff mpegvideo.h @ 650:ef4a33aad86e libavcodec

reducing sizeof MpegEncContext to avoid stack overflow on crap M$ windo$
author michaelni
date Wed, 11 Sep 2002 07:26:43 +0000
parents 3e0f62e5eed6
children e47fa3e3f2d5
line wrap: on
line diff
--- a/mpegvideo.h	Sat Sep 07 10:57:51 2002 +0000
+++ b/mpegvideo.h	Wed Sep 11 07:26:43 2002 +0000
@@ -415,7 +415,7 @@
     UINT8 *intra_v_scantable;
     UINT8 *intra_h_scantable;
     /* [mb_intra][isChroma][level][run][last] */
-    int ac_stats[2][2][MAX_LEVEL+1][MAX_RUN+1][2];
+    int (*ac_stats)[2][MAX_LEVEL+1][MAX_RUN+1][2];
     int inter_intra_pred;
 
     /* decompression specific */