filter/Filter: allow throwing any exception

This commit is contained in:
Max Kellermann
2019-08-26 21:01:22 +02:00
parent 2e9b5e4e78
commit 4fabfdabde
5 changed files with 5 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ convert_filter_new(AudioFormat in_audio_format,
* format switch is a violation of the filter API, this filter must be
* the last in a chain.
*
* Throws std::runtime_error on error.
* Throws on error.
*/
void
convert_filter_set(Filter *filter, AudioFormat out_audio_format);