[Mplayer-cvslog] CVS: main/libmpeg2 mpeg2_internal.h,1.13,1.14

Michael Niedermayer michael at mplayerhq.hu
Wed Oct 30 21:50:37 CET 2002


Update of /cvsroot/mplayer/main/libmpeg2
In directory mail:/var/tmp.root/cvs-serv25897/libmpeg2

Modified Files:
	mpeg2_internal.h 
Log Message:
change qscale type to int8 and fix qscale ordering


Index: mpeg2_internal.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpeg2/mpeg2_internal.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- mpeg2_internal.h	7 Apr 2002 16:32:04 -0000	1.13
+++ mpeg2_internal.h	30 Oct 2002 20:50:33 -0000	1.14
@@ -59,7 +59,7 @@
 #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;




More information about the MPlayer-cvslog mailing list