Mercurial > mplayer.hg
changeset 9421:4baee69b8e39
subpacket_base_size isnt needed for fixed sized subpackets
author | michael |
---|---|
date | Fri, 14 Feb 2003 11:37:38 +0000 |
parents | 8a1a8f5e9c91 |
children | 5e990417accf |
files | DOCS/tech/mpcf.txt |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/tech/mpcf.txt Fri Feb 14 11:11:11 2003 +0000 +++ b/DOCS/tech/mpcf.txt Fri Feb 14 11:37:38 2003 +0000 @@ -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