[Mplayer-cvslog] CVS: main/libmpcodecs vd_libmpeg2.c,1.9,1.10

Arpi of Ize arpi at mplayer.dev.hu
Sun Apr 7 18:34:18 CEST 2002


Update of /cvsroot/mplayer/main/libmpcodecs
In directory mplayer:/var/tmp.root/cvs-serv20134

Modified Files:
	vd_libmpeg2.c 
Log Message:
missing #ifdfe - 0.1l

Index: vd_libmpeg2.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_libmpeg2.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- vd_libmpeg2.c	7 Apr 2002 16:32:54 -0000	1.9
+++ vd_libmpeg2.c	7 Apr 2002 16:34:15 -0000	1.10
@@ -179,8 +179,10 @@
 		picture->current_frame->base[1]=mpi->planes[1];
 		picture->current_frame->base[2]=mpi->planes[2];
 		picture->current_frame->mpi=mpi;	// tricky!
+#ifdef MPEG12_POSTPROC
 		mpi->qscale=&picture->current_frame->quant_store[1][1];
 		mpi->qstride=(MPEG2_MBC+1);
+#endif
 		mp_msg(MSGT_DECVIDEO,MSGL_DBG2,"mpeg2: [%c] %p  %s  \n",
 		    (picture->picture_coding_type == B_TYPE) ? 'B':'P',
 		    mpi, (mpi->flags&MP_IMGFLAG_DIRECT)?"DR!":"");




More information about the MPlayer-cvslog mailing list