commit | bb750734287a4079ca3de9ff85c71cc62160ac46 | [log] [tgz] |
---|---|---|
author | Erik de Castro Lopo <erikd@mega-nerd.com> | Sat May 27 16:07:35 2017 +1000 |
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | Sat May 27 17:22:19 2017 +1000 |
tree | 0f66793f371634a4b75a4c8639230dfbfd481257 | |
parent | b762a20ace7c7771f87f63478bcee3cf51268cff [diff] |
flac: Use WAVEFORMATEXTENSIBLE when bps != (8|16) When decoding to WAV, the legacy wFormatTag of WAVE_FORMAT_PCM should only be used if the bitwidth is 8 or 16. For all other bitwidths, use WAVEFORMATEXTENSIBLE. Two of the test programs/scripts also needed updating.