sandflow / regxmllib

Convert MXF to XML: RegXML (SMPTE ST 2001-1) tools and libraries
BSD 2-Clause "Simplified" License
35 stars 14 forks source link

Tolerate Types entries with all Type Size values #147

Closed thomasheritage closed 3 years ago

thomasheritage commented 3 years ago

Report an error and skip an entry if the Type Size is not supported in Reg-XML (for Integer and Float types) rather than throwing an exception

Closes #146