[Mplayer-cvslog] CVS: main/libmpcodecs/native nuppelvideo.c,1.8,1.9
Arpi of Ize
arpi at mplayerhq.hu
Thu Aug 29 00:46:18 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs ad_a52.c,1.4,1.5 vd_ffmpeg.c,1.46,1.47 vd_real.c,1.11,1.12 vd_svq1.c,1.4,1.5 ve_divx4.c,1.5,1.6 ve_lavc.c,1.25,1.26 ve_libdv.c,1.2,1.3 ve_rawrgb.c,1.5,1.6 ve_vfw.c,1.5,1.6 vf.c,1.45,1.46 vf_lavc.c,1.4,1.5 vf_palette.c,1.4,1.5 vf_pp.c,1.8,1.9 vf_rectangle.c,1.2,1.3
- Next message: [Mplayer-cvslog] CVS: main configure,1.548,1.549 subreader.c,1.67,1.68
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libmpcodecs/native
In directory mail:/var/tmp.root/cvs-serv25343/libmpcodecs/native
Modified Files:
nuppelvideo.c
Log Message:
mostly compiler warning fixes, some small bugfix
patch by Dominik Mierzejewski <dominik at rangers.eu.org>
Index: nuppelvideo.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/native/nuppelvideo.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- nuppelvideo.c 30 May 2002 11:56:59 -0000 1.8
+++ nuppelvideo.c 28 Aug 2002 22:45:45 -0000 1.9
@@ -44,7 +44,7 @@
/* tables are in encoded */
if (encodedh->comptype == 'R')
{
- RTjpeg_init_decompress ( encoded+12, width, height );
+ RTjpeg_init_decompress ( (unsigned long *)(encoded+12), width, height );
mp_msg(MSGT_DECVIDEO, MSGL_V, "Found RTjpeg tables (size: %d, width: %d, height: %d)\n",
encoded_size-12, width, height);
}
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs ad_a52.c,1.4,1.5 vd_ffmpeg.c,1.46,1.47 vd_real.c,1.11,1.12 vd_svq1.c,1.4,1.5 ve_divx4.c,1.5,1.6 ve_lavc.c,1.25,1.26 ve_libdv.c,1.2,1.3 ve_rawrgb.c,1.5,1.6 ve_vfw.c,1.5,1.6 vf.c,1.45,1.46 vf_lavc.c,1.4,1.5 vf_palette.c,1.4,1.5 vf_pp.c,1.8,1.9 vf_rectangle.c,1.2,1.3
- Next message: [Mplayer-cvslog] CVS: main configure,1.548,1.549 subreader.c,1.67,1.68
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list