changeset 22051:456d6d9dddce

better back_ptr_div16 description by (Clemens Ladisch ((( cladisch ( fastmail (( net
author michael
date Tue, 30 Jan 2007 00:47:28 +0000
parents 1bd2bb5369ce
children d90d335368b1
files DOCS/tech/nut.txt
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/nut.txt	Mon Jan 29 23:35:08 2007 +0000
+++ b/DOCS/tech/nut.txt	Tue Jan 30 00:47:28 2007 +0000
@@ -736,10 +736,11 @@
 
 back_ptr_div16 (v)
     back_ptr = back_ptr_div16 * 16 + 15
-    back_ptr must point to a position within 16 bytes of a syncpoint
-    startcode. This syncpoint MUST be the closest syncpoint such that at
-    least one keyframe with a pts lower or equal to the original syncpoint's
-    global_key_pts for all streams lies between it and the current syncpoint.
+    back_ptr must point to a position up to 15 bytes before a syncpoint
+    startcode. Relative to position of current syncpoint. The syncpoint
+    pointed to MUST be the closest syncpoint such that at least one keyframe
+    with a pts lower or equal to the current syncpoint's global_key_pts for
+    all streams lies between it and the current syncpoint.
 
     A stream where EOR is set is to be ignored for back_ptr.