diff options
author | Jeffrey Middleton <jefromi@gmail.com> | 2009-03-17 06:51:31 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-03-17 06:51:31 +0100 |
commit | 3980245d1dc0419ee5ec49944d515d4ca9470c72 (patch) | |
tree | 3bca7f1d0ae748475ef0cc09bd07ac05974ae9af /doc/mpdconf.example | |
parent | 36dab871f12a6e82a7837e782e79a4ec3828de64 (diff) | |
download | mpd-3980245d1dc0419ee5ec49944d515d4ca9470c72.tar.gz mpd-3980245d1dc0419ee5ec49944d515d4ca9470c72.tar.xz mpd-3980245d1dc0419ee5ec49944d515d4ca9470c72.zip |
httpd: correct the encoder name in the example mpd.conf
It's called "vorbis", not "ogg".
Diffstat (limited to '')
-rw-r--r-- | doc/mpdconf.example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example index 3af0567d6..bacc2ec8a 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -203,10 +203,10 @@ log_file "~/.mpd/log" #audio_output { # type "httpd" # name "My HTTP Stream" -# encoder "ogg" # optional +# encoder "vorbis" # optional, vorbis or lame # port "8000" -# quality "5.0" -# bitrate "128" +# #quality "5.0" # do not define if bitrate is defined +# bitrate "128" # do not define if quality is defined # format "44100:16:1" #} # |