Changes between Version 6 and Version 7 of SV8Specification


Ignore:
Timestamp:
10/25/06 00:47:41 (18 years ago)
Author:
zorg
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SV8Specification

    v6 v7  
    33
    44
    5 == File header ==
     5== File magic number ==
    66
    7 || '''Field''' || '''length (bits)''' || '''Value''' ||
    8 || Magic || 24 || "MP+" ||
    9 || Version || 8 || 0x08 ||
    10 This file header allow old mpc readers to stop decoding at this point, without crashing.
     7Magic number is on 32bits and is equal to 'MPCK' or 0x4D50434B[[BR]]
     8New value so old decoders will happily skip such files.
     9Big-Endian only. it's up to the encoder/decoder, independently of the underlying architecture to properly read and write big-endian values.
    1110
    1211