From 31642e274476f8a068e0110675b2ad16b345ec78 Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 30 Oct 2002 20:50:33 +0000 Subject: change qscale type to int8 and fix qscale ordering git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7985 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpeg2/mpeg2_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpeg2') diff --git a/libmpeg2/mpeg2_internal.h b/libmpeg2/mpeg2_internal.h index be883bd613..6f1c48425b 100644 --- a/libmpeg2/mpeg2_internal.h +++ b/libmpeg2/mpeg2_internal.h @@ -59,7 +59,7 @@ typedef struct vo_frame_s { #ifdef MPEG12_POSTPROC #define MPEG2_MBC 120 #define MPEG2_MBR 72 - int quant_store[MPEG2_MBR+1][MPEG2_MBC+1]; + int8_t quant_store[MPEG2_MBR+1][MPEG2_MBC+1]; #endif // int slice; -- cgit v1.2.3