summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-11 10:19:02 +0000
committerods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-11 10:19:02 +0000
commitc43a1f00e90befa44fb869e47cc494232bf7b6ab (patch)
tree873024cb434a1b39de4cf0d79b481efa427b1d43 /DOCS
parent1b1a9c91636245f497f6a6b3621f7a1a0a141de1 (diff)
downloadmpv-c43a1f00e90befa44fb869e47cc494232bf7b6ab.tar.bz2
mpv-c43a1f00e90befa44fb869e47cc494232bf7b6ab.tar.xz
clarify, header_checksum is not included in forward_ptr and in packet checksum
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17809 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/mpcf.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/tech/mpcf.txt b/DOCS/tech/mpcf.txt
index 733cf61354..7b7c0736a3 100644
--- a/DOCS/tech/mpcf.txt
+++ b/DOCS/tech/mpcf.txt
@@ -386,7 +386,7 @@ version
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 @@ checksum
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