[Mplayer-cvslog] CVS: main/DOCS/tech mpcf.txt,1.8,1.9

Michael Niedermayer CVS michael at mplayerhq.hu
Fri Feb 7 14:48:03 CET 2003


Update of /cvsroot/mplayer/main/DOCS/tech
In directory mail:/var/tmp.root/cvs-serv23407

Modified Files:
	mpcf.txt 
Log Message:
typo


Index: mpcf.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/mpcf.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mpcf.txt	7 Feb 2003 11:20:35 -0000	1.8
+++ mpcf.txt	7 Feb 2003 13:47:49 -0000	1.9
@@ -134,7 +134,7 @@
 		msb_timestamp			v
 	bitstream
         if(checksum_flag)
-		checksum			u(32)
+		frame_checksum			u(32)
 
 Index:
 	packet header
@@ -192,6 +192,7 @@
 	32	audio
 	64	subtiles
 	Note the remaining values are reserved and MUST NOT be used
+	     a decoder MUST ignore streams with reserved classes
 
 fourcc
 	identification for the codec
@@ -286,7 +287,7 @@
 frame_checksum
 	identical to checksum, but instead of covering just the current 
 	packet, it covers all frames of the same stream id since the last
-	checksum
+	frame_checksum
 	this field is only coded if checksum_flag=1
         
 index_timestamp



More information about the MPlayer-cvslog mailing list