[Mplayer-cvslog] CVS: main/libmpcodecs vf_spp.c,1.8,1.9
Michael Niedermayer CVS
michael at mplayerhq.hu
Tue Oct 28 13:41:43 CET 2003
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv14469
Modified Files:
vf_spp.c
Log Message:
another 10l ...
Index: vf_spp.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_spp.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vf_spp.c 28 Oct 2003 10:45:55 -0000 1.8
+++ vf_spp.c 28 Oct 2003 12:41:19 -0000 1.9
@@ -433,10 +433,12 @@
vf->priv->avctx= avcodec_alloc_context();
dsputil_init(&vf->priv->dsp, vf->priv->avctx);
+#ifdef HAVE_MMX
if(gCpuCaps.hasMMX){
store_slice= store_slice_mmx;
requantize= requantize_mmx;
}
+#endif
vf->priv->log2_count= 6;
More information about the MPlayer-cvslog
mailing list