mirror of https://github.com/mpv-player/mpv
header_checksum
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17793 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d81cb40c88
commit
2c222ee63b
|
@ -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:
|
||||
---------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue