diff options
Diffstat (limited to 'src/output/plugins/httpd/HttpdInternal.hxx')
-rw-r--r-- | src/output/plugins/httpd/HttpdInternal.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/output/plugins/httpd/HttpdInternal.hxx b/src/output/plugins/httpd/HttpdInternal.hxx index 0f26bf79c..09ca893ae 100644 --- a/src/output/plugins/httpd/HttpdInternal.hxx +++ b/src/output/plugins/httpd/HttpdInternal.hxx @@ -175,7 +175,7 @@ public: /** * Caller must lock the mutex. * - * Throws #std::runtime_error on error. + * Throws on error. */ void OpenEncoder(AudioFormat &audio_format); @@ -252,7 +252,7 @@ public: /** * Mutext must not be locked. * - * Throws #std::runtime_error on error. + * Throws on error. */ void EncodeAndPlay(const void *chunk, size_t size); |