summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-02-25 18:48:52 +0000
committerods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-02-25 18:48:52 +0000
commit7468841b6808253d90cf9b80952b556ac23eface (patch)
treefcd2704e86eed511c39c2ffa6a7044022b2db898 /DOCS
parente4d25db909125f964f30ab99fa677c4116c137f5 (diff)
downloadmpv-7468841b6808253d90cf9b80952b556ac23eface.tar.bz2
mpv-7468841b6808253d90cf9b80952b556ac23eface.tar.xz
allow rationals with denom of '1'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17685 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/mpcf.txt2
1 files changed, 1 insertions, 1 deletions
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"