cwAudioFile.cpp : Added assert(0) for double to 24 bit conversion in writeDouble()
This commit is contained in:
parent
e545c06818
commit
b4ad4449c3
@ -1857,6 +1857,7 @@ cw::rc_t cw::audiofile::writeDouble( handle_t h, unsigned frmCnt, unsigned ch
|
||||
break;
|
||||
|
||||
case 24:
|
||||
assert(0);
|
||||
break;
|
||||
|
||||
case 32:
|
||||
|
Loading…
Reference in New Issue
Block a user