[Mplayer-cvslog] CVS: main/DOCS/tech mpcf.txt,1.22,1.23
Michael Niedermayer CVS
michael at mplayerhq.hu
Fri Feb 14 12:37:53 CET 2003
Update of /cvsroot/mplayer/main/DOCS/tech
In directory mail:/var/tmp.root/cvs-serv30530
Modified Files:
mpcf.txt
Log Message:
subpacket_base_size isnt needed for fixed sized subpackets
Index: mpcf.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/mpcf.txt,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- mpcf.txt 14 Feb 2003 11:11:11 -0000 1.22
+++ mpcf.txt 14 Feb 2003 11:37:38 -0000 1.23
@@ -134,10 +134,10 @@
if(sub_packet_type==00)
sub_packet[0]
else{
- subpacket_base_size v
subpacket_count v
shuffle_type v
if(subpacket_type==10){
+ subpacket_base_size v
for(i=0; i<subpacket_count; i++)
subpacket_size_diff[i] v
}
@@ -295,10 +295,11 @@
be put in a single packet
subpacket_base_size
- the size of the subpackets for fixed fize subpackets
an offset which should be added to the subpacket_size_diff of each
subpacket to get the actual size, so its normally the size of the
smallest subpacket
+ for fixed length subpackets, the size is calculated from the
+ subpacket_count
subpacket_count
the number of subpackets, if not pressent then 1
More information about the MPlayer-cvslog
mailing list