diff options
author | Max Kellermann <max@duempel.org> | 2016-07-29 10:52:03 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2016-07-29 10:52:03 +0200 |
commit | 83aed7051cf54b94036f388183ffd0c935e1df79 (patch) | |
tree | a507074a38d14c99fbff4c14297bc7c151dbfc7e /doc/mpdconf.example | |
parent | 77c6e45e65f986044d76376eaf69f4b998a71016 (diff) |
output/shout: rename "encoding" to "encoder"
The user manual specifies "encoder", which is consistent with other
output plugins. "encoding" should be deprecated.
Diffstat (limited to 'doc/mpdconf.example')
-rw-r--r-- | doc/mpdconf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example index 6ba0351e8..21d4b4165 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -231,7 +231,7 @@ input { # #audio_output { # type "shout" -# encoding "ogg" # optional +# encoder "vorbis" # optional # name "My Shout Stream" # host "localhost" # port "8000" |