cinecert / asdcplib

AS-DCP and AS-02 File Access Library
Other
72 stars 55 forks source link

correctly handle WAVE files that don't end with the "data" chunk #104

Closed msheby closed 2 years ago

msheby commented 2 years ago

Sometimes an audio tool will create WAV files in which the data chunk is not located at the end of the file. When that occurs, asdcplib reads past the end of the chunk boundary. This patch corrects that behavior.