[Mplayer-cvslog] CVS: main/postproc postprocess_template.c,1.59,1.60
Arpi of Ize
arpi at mplayerhq.hu
Sun Sep 1 16:30:57 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main cfgparser.h,1.16,1.17 mencoder.c,1.155,1.156
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs vd.c,1.49,1.50 vd.h,1.10,1.11 vd_ffmpeg.c,1.48,1.49 vf.h,1.13,1.14 vf_vo.c,1.16,1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/postproc
In directory mail:/var/tmp.root/cvs-serv23552/postproc
Modified Files:
postprocess_template.c
Log Message:
warning fixes by Dominik Mierzejewski <dominik at rangers.eu.org>
Index: postprocess_template.c
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/postprocess_template.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- postprocess_template.c 8 Aug 2002 10:46:16 -0000 1.59
+++ postprocess_template.c 1 Sep 2002 14:30:55 -0000 1.60
@@ -2449,6 +2449,8 @@
* Copies a block from src to dst and fixes the blacklevel
* levelFix == 0 -> dont touch the brighness & contrast
*/
+#undef SCALED_CPY
+
static inline void RENAME(blockCopy)(uint8_t dst[], int dstStride, uint8_t src[], int srcStride,
int levelFix)
{
- Previous message: [Mplayer-cvslog] CVS: main cfgparser.h,1.16,1.17 mencoder.c,1.155,1.156
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs vd.c,1.49,1.50 vd.h,1.10,1.11 vd_ffmpeg.c,1.48,1.49 vf.h,1.13,1.14 vf_vo.c,1.16,1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list