changeset 12208:31811f35f845

type 1/2 packets must have MSB timestamps (this is already mentioned at some other places but i forgot this one)
author michael
date Wed, 14 Apr 2004 21:43:28 +0000
parents 3c148bdd86d9
children 3baef37d3b7c
files DOCS/tech/mpcf.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/mpcf.txt	Wed Apr 14 20:50:15 2004 +0000
+++ b/DOCS/tech/mpcf.txt	Wed Apr 14 21:43:28 2004 +0000
@@ -329,7 +329,7 @@
 		mask = (1<<msb_timestamp_shift)-1;
 		delta= last_timestamp - mask/2
 		timestamp= ((timestamp_lsb-delta)&mask) + delta
-		TTT must be 100 or 101 if the packet_type is not 0
+		TTT must be 101 if the packet_type is not 0
 		the last timestamp differences are reset to the 
 		initial_timestamp_predictor values from the stream header if a
 		packet of type not 0 in encountered