diff options
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 |