[Mplayer-cvslog] CVS: main/libmpcodecs vf_pullup.c,1.8,1.9
Richard Felker CVS
syncmail at mplayerhq.hu
Mon Sep 6 23:26:01 CEST 2004
CVS change done by Richard Felker CVS
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv15639/libmpcodecs
Modified Files:
vf_pullup.c
Log Message:
pullup docs + new feature for slow cpus :)
Index: vf_pullup.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_pullup.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vf_pullup.c 10 Jun 2004 05:20:50 -0000 1.8
+++ vf_pullup.c 6 Sep 2004 21:25:59 -0000 1.9
@@ -77,7 +77,6 @@
c->stride[1] = c->stride[2] = mpi->chroma_width;
c->stride[3] = c->w[3];
c->background[1] = c->background[2] = 128;
- c->metric_plane = 0;
}
if (gCpuCaps.hasMMX) c->cpu |= PULLUP_CPU_MMX;
@@ -324,8 +323,9 @@
c->junk_left = c->junk_right = 1;
c->junk_top = c->junk_bottom = 4;
c->strict_breaks = 0;
+ c->metric_plane = 0;
if (args) {
- sscanf(args, "%d:%d:%d:%d:%d", &c->junk_left, &c->junk_right, &c->junk_top, &c->junk_bottom, &c->strict_breaks);
+ sscanf(args, "%d:%d:%d:%d:%d:%d", &c->junk_left, &c->junk_right, &c->junk_top, &c->junk_bottom, &c->strict_breaks, &c->metric_plane);
}
return 1;
}
More information about the MPlayer-cvslog
mailing list