Mercurial > mplayer.hg
changeset 17808:278206dd6fbd
clarify, header_checksum is not included in forward_ptr and in packet checksum
author | ods15 |
---|---|
date | Sat, 11 Mar 2006 10:19:02 +0000 |
parents | 764d224f2cb4 |
children | abf69918ec6c |
files | DOCS/tech/mpcf.txt |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/tech/mpcf.txt Sat Mar 11 00:00:25 2006 +0000 +++ b/DOCS/tech/mpcf.txt Sat Mar 11 10:19:02 2006 +0000 @@ -386,7 +386,7 @@ forward_ptr size of the packet data (exactly the distance from the first byte - after the forward_ptr to the first byte of the next packet) + after the packet_header to the first byte of the next packet) max_distance max distance of syncpoints, the distance may only be larger if @@ -592,7 +592,7 @@ crc32 checksum checksum is calculated for the area pointed to by forward_ptr not including the checksum itself (from first byte after the - forward_ptr until last byte before the checksum). + packet_header until last byte before the checksum). for frame headers the checksum contains the framecode byte and all following bytes upto the checksum itself