Mercurial > mplayer.hg
changeset 17792:fd980f31fbc2
header_checksum
author | michael |
---|---|
date | Fri, 10 Mar 2006 02:49:29 +0000 |
parents | 3c73573843e2 |
children | 68d3692cfd47 |
files | DOCS/tech/mpcf.txt |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/tech/mpcf.txt Thu Mar 09 22:20:20 2006 +0000 +++ b/DOCS/tech/mpcf.txt Fri Mar 10 02:49:29 2006 +0000 @@ -310,6 +310,8 @@ packet_header startcode f(64) forward_ptr v + if(forward_ptr > 4096) + header_checksum u(32) packet_footer reserved_bytes @@ -589,6 +591,9 @@ for frame headers the checksum contains the framecode byte and all following bytes upto the checksum itself +header_checksum + checksum over the startcode and forward pointer + Syncpoint tags: ---------------