sannies / mp4parser

A Java API to read, write and create MP4 files
Apache License 2.0
2.75k stars 566 forks source link

Cbcs scheme crashes senc box parsing #355

Closed avrecko closed 5 years ago

avrecko commented 5 years ago

Cbcs scheme has a constant iv. As such no iv is written in the senc box. The parser assumes either 8 or 16 bytes iv. It makes sense to also assume 0 being a valid option nowadays.

avrecko commented 5 years ago

Opened pull request #356.

avrecko commented 5 years ago

Merged. Closing issue.

Thank you for the fast response @sannies.