[MPlayer-cvslog] CVS: main/libmpcodecs vf_pullup.c,1.12,1.13
Richard Felker CVS
syncmail at mplayerhq.hu
Fri Apr 1 18:24:49 CEST 2005
CVS change done by Richard Felker CVS
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv13981/libmpcodecs
Modified Files:
vf_pullup.c
Log Message:
1l! mplayer's verbose variable is not a flag but a signed number
Index: vf_pullup.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_pullup.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- vf_pullup.c 20 Mar 2005 20:37:44 -0000 1.12
+++ vf_pullup.c 1 Apr 2005 16:24:46 -0000 1.13
@@ -326,7 +326,7 @@
vf->priv = p = calloc(1, sizeof(struct vf_priv_s));
p->ctx = c = pullup_alloc_context();
p->fakecount = 1;
- c->verbose = verbose;
+ c->verbose = verbose>0;
c->junk_left = c->junk_right = 1;
c->junk_top = c->junk_bottom = 4;
c->strict_breaks = 0;
More information about the MPlayer-cvslog
mailing list