From 7468841b6808253d90cf9b80952b556ac23eface Mon Sep 17 00:00:00 2001 From: ods15 Date: Sat, 25 Feb 2006 18:48:52 +0000 Subject: allow rationals with denom of '1' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17685 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/tech/mpcf.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS/tech/mpcf.txt') diff --git a/DOCS/tech/mpcf.txt b/DOCS/tech/mpcf.txt index 8dc52ca42a..3a03db14eb 100644 --- a/DOCS/tech/mpcf.txt +++ b/DOCS/tech/mpcf.txt @@ -283,7 +283,7 @@ info_frame: (optional) value s }else if (value<-3){ type= "rational" - value.den= -value-2 + value.den= -value-3 value.num s }else{ type= "unsigned integer" -- cgit v1.2.3