[MPlayer-cvslog] CVS: main/DOCS/tech mpcf.txt,1.111,1.112

Oded Shimon CVS syncmail at mplayerhq.hu
Sat Feb 25 19:48:54 CET 2006


CVS change done by Oded Shimon CVS

Update of /cvsroot/mplayer/main/DOCS/tech
In directory mail:/var2/tmp/cvs-serv4180/DOCS/tech

Modified Files:
	mpcf.txt 
Log Message:
allow rationals with denom of '1'


Index: mpcf.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/mpcf.txt,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- mpcf.txt	25 Feb 2006 16:16:47 -0000	1.111
+++ mpcf.txt	25 Feb 2006 18:48:52 -0000	1.112
@@ -283,7 +283,7 @@
             value                       s
         }else if (value<-3){
             type= "rational"
-            value.den= -value-2
+            value.den= -value-3
             value.num                   s
         }else{
             type= "unsigned integer"




More information about the MPlayer-cvslog mailing list