[Mplayer-cvslog] CVS: main/DOCS/tech mpcf.txt,1.23,1.24

Michael Niedermayer CVS michael at mplayerhq.hu
Fri Feb 14 12:48:29 CET 2003


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

Modified Files:
	mpcf.txt 
Log Message:
disallow multiple subpackets per packet for video streams idea by (me & Moritz Bunkus <moritz at bunkus dot org>)


Index: mpcf.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/mpcf.txt,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- mpcf.txt	14 Feb 2003 11:37:38 -0000	1.23
+++ mpcf.txt	14 Feb 2003 11:48:13 -0000	1.24
@@ -284,10 +284,12 @@
 	MUST be 1 for keyframes
         
 subpacket_type
-	00	1		subpacket per packet (normally used for video)
+	00	1		subpacket per packet (video, ...)
 	01	subpacket_count	fixed length subpackets per packet
 	10	subpacket_count	variable length subpackets per packet
 	11	reserved
+	the only legal subpacket_type for video streams is 00, so video streams
+	MUST NOT contain multiple subpackets per packet
 	Note, if there are multiple subpackets then the timestamp of the packet
 	is the timestamp of the first subpacket
 	Note, if multiple subpackets are stored in one frame then the resulting



More information about the MPlayer-cvslog mailing list