freeMXF.org
http://www.freemxf.org/forum/

How do you represent an empty batch or array?
http://www.freemxf.org/forum/viewtopic.php?f=4&t=10
Page 1 of 1

Author:  Board Admin [ Sun Apr 18, 2004 2:58 pm ]
Post subject:  How do you represent an empty batch or array?

An empty batch or array must still contain a valid 8 byte header. This header will be a big-endian 32-bit unsigned item count, which in this case will be zero, followed by a big-endian 32-bit unsigned item size.

Can the item size also be zero? - Strictly speaking no, it should be the same as the size which would be used if the batch or array were not empty. However it is considerably easier (and currently common) to set the size to zero as well. Because of this decoders should be designed to cope with a zero size if the count is zero. Encoders should correctly complete the size if possible as this reduces the possibility of incompatibility.

Can the header be omitted? - No, it is required and most decoders will fail in some way or other if an item of type "batch" or "array" contains no header

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/