summaryrefslogtreecommitdiffstats
path: root/DOCS/tech/mpcf.txt
diff options
context:
space:
mode:
authorods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-02-11 09:51:08 +0000
committerods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-02-11 09:51:08 +0000
commit3271803e222989d910ebc862030d2852b875ebcd (patch)
tree445f80c1dc7abf8ad3e42c3dac6f189658761d33 /DOCS/tech/mpcf.txt
parentff5e9324bb4aff37359173e6f56a7543e0cecc04 (diff)
downloadmpv-3271803e222989d910ebc862030d2852b875ebcd.tar.bz2
mpv-3271803e222989d910ebc862030d2852b875ebcd.tar.xz
Add syncpoint_checksum after frame header
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17585 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech/mpcf.txt')
-rw-r--r--DOCS/tech/mpcf.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/DOCS/tech/mpcf.txt b/DOCS/tech/mpcf.txt
index f4998a68fb..6ce7e6cb07 100644
--- a/DOCS/tech/mpcf.txt
+++ b/DOCS/tech/mpcf.txt
@@ -219,6 +219,9 @@ frame:
}
for(i=0; i<reserved_count[frame_code]; i++)
reserved v
+ if (after_syncpoint){
+ syncpoint_checksum u(32)
+ }
data
index:
@@ -558,6 +561,11 @@ checksum
including the checksum itself (from first byte after the
forward_ptr until last byte before the checksum).
+syncpoint_checksum
+ crc32 checksum
+ checksum covers from first byte after syncpoint startcode until last
+ byte before the syncpoint_checksum.
+
back_ptr_div8
back_ptr = back_ptr_div8 * 8 + 7
back_ptr must point to a position within 8 bytes of a syncpoint