]> git.tuebingen.mpg.de Git - paraslash.git/commit
oss: Bail out on unsupported audio formats.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 1 Aug 2018 16:29:05 +0000 (18:29 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 30 Sep 2018 19:31:39 +0000 (21:31 +0200)
commit82a2ba5f555f69f5a6f14fd4a7f7eef8fd1f1fd9
treea32656cd3c72ce15d84ddf515bf16058caf6622f
parentd9660cee96f1c1b1ae0bf1be432ac1e189b59dd2
oss: Bail out on unsupported audio formats.

This is better than assuming signed 16 bit little endian. The patch
also improves the error message in oss.c that gets printed when the
audio format could not be set.
oss_write.c