wav: allow valid bits less than sample size
commit30f28d2e977f59596df0ffc7fd786fadca98bdd1
authorMans Rullgard <mans@mansr.com>
Fri, 7 Aug 2020 15:06:02 +0000 (7 16:06 +0100)
committerMans Rullgard <mans@mansr.com>
Wed, 12 Aug 2020 13:02:42 +0000 (12 14:02 +0100)
tree8fa7356355dd64b8e73c6a10f02ebf7d5e7ab7ac
parent909fad8e63a39336d247a39b607f998a27097423
wav: allow valid bits less than sample size

Nothing special action is required for files with number of valid
bits less than the sample size.  The reported precision will be
incorrect, but that is less bad than refusing to process the file
at all.

If the specified valid bits is greater than the sample size, the
file is rejected as per Microsoft recommendation.
src/wav.c