From 7801d21d13dcf442d92614534c312d1e69df2467 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 23 Oct 2002 15:11:07 +0000 Subject: optimize block_permute() optimize dct_quantize_c() dont permute s->q_inter/intra_matrix Originally committed as revision 1067 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mpegvideo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/mpegvideo.h') diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index 254e85dac7..dc5af27294 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -100,6 +100,7 @@ typedef struct ReorderBuffer{ } ReorderBuffer; typedef struct ScanTable{ + const UINT8 *scantable; UINT8 permutated[64]; UINT8 raster_end[64]; } ScanTable; -- cgit v1.2.3