summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-10 02:49:29 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-10 02:49:29 +0000
commit2c222ee63ba3f3ec9e41f3f5582bf06b1d308b34 (patch)
treeca861bfa48dba872d31a210fab1989552f77aabd /DOCS
parentd81cb40c880dfaeb203eeba6c21189c9e2995c49 (diff)
downloadmpv-2c222ee63ba3f3ec9e41f3f5582bf06b1d308b34.tar.bz2
mpv-2c222ee63ba3f3ec9e41f3f5582bf06b1d308b34.tar.xz
header_checksum
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17793 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/mpcf.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/tech/mpcf.txt b/DOCS/tech/mpcf.txt
index 662634f898..b31668c7f8 100644
--- a/DOCS/tech/mpcf.txt
+++ b/DOCS/tech/mpcf.txt
@@ -310,6 +310,8 @@ note, demuxers MUST be able to deal with new and unknown headers
packet_header
startcode f(64)
forward_ptr v
+ if(forward_ptr > 4096)
+ header_checksum u(32)
packet_footer
reserved_bytes
@@ -589,6 +591,9 @@ checksum
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:
---------------