Skip to content

v2.52

Compare
Choose a tag to compare
@nu774 nu774 released this 01 Aug 01:10
· 205 commits to master since this release
  • Increased MSVC runtime limit of open files to 2048.
    qaac tries to open all the input files before encoding. Previously, qaac couldn't open more than 512 files at once due to CRT limit. Now limit is increased to 2048.
  • Show meaningful error message on CRT level file open error.