[NUT-devel] [nut]: r664 - docs/nut.txt
michael
subversion at mplayerhq.hu
Fri Sep 18 14:27:34 CEST 2009
Author: michael
Date: Fri Sep 18 14:27:33 2009
New Revision: 664
Log:
Explicitly spell out limit for time_base_num
previously, the limit on denom as well as the fact that timebases in
reality are <=1 alraedy ensured that this is true unless one wanted to
violate it intentionally.
Modified:
docs/nut.txt
Modified: docs/nut.txt
==============================================================================
--- docs/nut.txt Fri Sep 18 01:56:56 2009 (r663)
+++ docs/nut.txt Fri Sep 18 14:27:33 2009 (r664)
@@ -538,6 +538,7 @@ time_base_num (v) / time_base_denom (v)
if FLAG_FIXED_FPS is set
time_base_num and time_base_denom MUST NOT be 0
time_base_num and time_base_denom MUST be relatively prime
+ time_base_num MUST be < 2^31
time_base_denom MUST be < 2^31
examples:
fps time_base_num time_base_denom
More information about the NUT-devel
mailing list