filter: Make ->open() optional.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 28 Jun 2015 14:18:22 +0000 (16:18 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 25 Aug 2016 15:31:21 +0000 (17:31 +0200)
commit5ff39998bf0ce71bd8fc8d0f002ceb81b711992f
tree20a63228f55b3384afe2e4bbc48108ad2f7dd7a4
parent33d0d618adbd6bd7afafbbbe1fd0d60b7c8d561c
filter: Make ->open() optional.

There is no need to force each filter to supply this method, so teach
the three callers of ->open() to check for NULL pointers.

The commit also fixes some trivial language issues in the documentation
of ->open() and ->close().
audiod.c
filter.c
filter.h
play.c