microsoft / DirectXTK

The DirectX Tool Kit (aka DirectXTK) is a collection of helper classes for writing DirectX 11.x code in C++
https://walbourn.github.io/directxtk/
MIT License
2.55k stars 506 forks source link

RIFF parsing bounds fix for WAVFileReader #415

Closed walbourn closed 9 months ago

walbourn commented 9 months ago

When looking at a RIFF/IFF FORM, the containing chunk size includes the 4 bytes of the FORM tag. This fixes the bounds computation to take this into account.