[MPlayer-DOCS] CVS: main/DOCS/tech mpcf.txt,1.45,1.46

Michael Niedermayer CVS syncmail at mplayerhq.hu
Wed Apr 14 23:43:31 CEST 2004


CVS change done by Michael Niedermayer CVS

Update of /cvsroot/mplayer/main/DOCS/tech
In directory mail:/var2/tmp/cvs-serv20331

Modified Files:
	mpcf.txt 
Log Message:
type 1/2 packets must have MSB timestamps (this is already mentioned at some other places but i forgot this one)


Index: mpcf.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/mpcf.txt,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- mpcf.txt	13 Apr 2004 00:49:47 -0000	1.45
+++ mpcf.txt	14 Apr 2004 21:43:28 -0000	1.46
@@ -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




More information about the MPlayer-DOCS mailing list