[Mplayer-cvslog] CVS: main/libmpcodecs vd_xvid.c,1.3,1.4
Arpi of Ize
arpi at mplayerhq.hu
Mon Aug 5 03:53:20 CEST 2002
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv32001
Modified Files:
vd_xvid.c
Log Message:
compilation bug found by Julien Portalier <julien at portalier.com>
Index: vd_xvid.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_xvid.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vd_xvid.c 22 Jul 2002 14:54:34 -0000 1.3
+++ vd_xvid.c 5 Aug 2002 01:53:17 -0000 1.4
@@ -150,7 +150,9 @@
static mp_image_t* decode(sh_video_t *sh,void* data,int len,int flags){
XVID_DEC_FRAME dec;
DEC_PICTURE d4_pic;
+#ifdef XVID_CSP_EXTERN
XVID_DEC_PICTURE pic;
+#endif
priv_t* p = sh->context;
mp_image_t* mpi = mpcodecs_get_image(sh, p->img_type,
More information about the MPlayer-cvslog
mailing list