
Author: michael Date: Sat Feb 23 01:02:17 2008 New Revision: 641 Log: transmit_ts Modified: docs/nut.txt Modified: docs/nut.txt ============================================================================== --- docs/nut.txt (original) +++ docs/nut.txt Sat Feb 23 01:02:17 2008 @@ -416,11 +416,14 @@ info_packet: type= "v" } } + main_flags v reserved_bytes syncpoint: global_key_pts t back_ptr_div16 v + if(main_flags & BROADCAST_MODE) + transmit_ts t reserved_bytes Complete definition: @@ -488,6 +491,10 @@ max_distance (v) This is also half the maximum frame size without a checksum after the frame header. +main_flags (v) + Bit Name Description + 0 BROADCAST_MODE Set if broadcast mode is in use. + max_pts_distance (v) Maximum absolute difference of the pts of the new frame from last_pts in @@ -811,6 +818,12 @@ global_key_pts (t) global_key_pts MUST be bigger or equal to dts of all past frames across all streams, and smaller or equal to pts of all future frames. +transmit_ts (t) + The value of the reference clock at the moment when the first bit of + transmit_ts is transmitted/received. + The reference clock MUST always be less than or equal to the DTS of + every not yet completely received frame. + Index tags: -----------
participants (1)
-
michael