Changes between Version 6 and Version 7 of SV8Specification
- Timestamp:
- 10/25/06 00:47:41 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SV8Specification
v6 v7 3 3 4 4 5 == File header ==5 == File magic number == 6 6 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. 7 Magic number is on 32bits and is equal to 'MPCK' or 0x4D50434B[[BR]] 8 New value so old decoders will happily skip such files. 9 Big-Endian only. it's up to the encoder/decoder, independently of the underlying architecture to properly read and write big-endian values. 11 10 12 11