[MPlayer-cvslog] CVS: main/libmpcodecs pullup.c,1.23,1.24
Richard Felker CVS
syncmail at mplayerhq.hu
Sun Mar 20 21:02:48 CET 2005
CVS change done by Richard Felker CVS
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv29855/libmpcodecs
Modified Files:
pullup.c
Log Message:
100l, meaning of strict_breaks was backwards...
Index: pullup.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/pullup.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- pullup.c 16 Mar 2005 03:39:13 -0000 1.23
+++ pullup.c 20 Mar 2005 20:02:45 -0000 1.24
@@ -502,7 +502,7 @@
switch (l) {
case 1:
- if (c->strict_breaks > 0 && f0->affinity == 1 && f1->affinity == -1)
+ if (c->strict_breaks < 1 && f0->affinity == 1 && f1->affinity == -1)
return 2;
else return 1;
case 2:
More information about the MPlayer-cvslog
mailing list