timheuer / taglib-sharp-portable

.NET Portable Class Library implementation of TagLib# (forked from TagLib# main project)
Other
58 stars 33 forks source link

Avoid exception in IsoHandlerBox constructor #23

Open Romasz opened 7 years ago

Romasz commented 7 years ago

For some files box_data is shorter than 16 - in this case ToString() will throw exception and the whole file creation will fail. I've added a checkup that will avoid this situation.

Technically I haven't got time to dive into mpeg4 documentation, thus it looks like this.