[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
- Previous message: [Mplayer-cvslog] CVS: main/postproc postprocess.c,1.66,1.67 postprocess_template.c,1.65,1.66 postprocess.h,1.27,1.28
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs vd_ffmpeg.c,1.65,1.66 mp_image.h,1.20,1.21
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [Mplayer-cvslog] CVS: main/postproc postprocess.c,1.66,1.67 postprocess_template.c,1.65,1.66 postprocess.h,1.27,1.28
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs vd_ffmpeg.c,1.65,1.66 mp_image.h,1.20,1.21
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list