diff options
author | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-04-22 15:00:30 +0000 |
---|---|---|
committer | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-04-22 15:00:30 +0000 |
commit | a3577a75f822b6edeadcdfcfe58723ce888d5e0b (patch) | |
tree | f9f2ee6254adf8d4d24c45e1258e423f86ed4624 /DOCS/tech/mpcf.txt | |
parent | a011e24a05ee16da1d8dc7ad78d845763e946629 (diff) |
new time_base_nom limit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12255 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech/mpcf.txt')
-rw-r--r-- | DOCS/tech/mpcf.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/tech/mpcf.txt b/DOCS/tech/mpcf.txt index 6fb26bbd90..b53b36bb7a 100644 --- a/DOCS/tech/mpcf.txt +++ b/DOCS/tech/mpcf.txt @@ -281,6 +281,7 @@ time_base_nom / time_base_denom = time_base if the fixed_fps is 1 time_base_denom MUST not be 0 time_base_nom and time_base_denom MUST be relative prime + time_base_nom MUST be < 2^31 examples: fps time_base_nom time_base_denom 30 30 1 |