diff mpegvideo.h @ 1555:27073c5532dc libavcodec

move blocks away MpegEncContext (7.4 -> 5.8k)
author michael
date Wed, 22 Oct 2003 12:01:21 +0000
parents d736e24bf303
children 5ebb4ae753d3
line wrap: on
line diff
--- a/mpegvideo.h	Wed Oct 22 11:23:39 2003 +0000
+++ b/mpegvideo.h	Wed Oct 22 12:01:21 2003 +0000
@@ -657,7 +657,7 @@
     uint8_t *ptr_lastgob;
     
     DCTELEM (*block)[64]; ///< points to one of the following blocks 
-    DCTELEM blocks[2][6][64] __align8; // for HQ mode we need to keep the best block
+    DCTELEM (*blocks)[6][64]; // for HQ mode we need to keep the best block
     int (*decode_mb)(struct MpegEncContext *s, DCTELEM block[6][64]); // used by some codecs to avoid a switch()
 #define SLICE_OK         0
 #define SLICE_ERROR     -1