diff mpegvideo.h @ 764:d4726182dfd2 libavcodec

optimize block_permute() optimize dct_quantize_c() dont permute s->q_inter/intra_matrix
author michaelni
date Wed, 23 Oct 2002 15:11:07 +0000
parents 7f4cc2f6d642
children c3fc09466f92
line wrap: on
line diff
--- a/mpegvideo.h	Wed Oct 23 08:14:12 2002 +0000
+++ b/mpegvideo.h	Wed Oct 23 15:11:07 2002 +0000
@@ -100,6 +100,7 @@
 } ReorderBuffer;
 
 typedef struct ScanTable{
+    const UINT8 *scantable;
     UINT8 permutated[64];
     UINT8 raster_end[64];
 } ScanTable;