From f61bb4c8cf5df19afca03a15986cf621b46c9ae1 Mon Sep 17 00:00:00 2001
From: Alam Arias <alam.gbc@gmail.com>
Date: Fri, 31 Oct 2008 08:19:50 -0400
Subject: [PATCH] update mpdconf.example that shout ouput encoding and protocol
 settings are optional

---
 doc/mpdconf.example | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/mpdconf.example b/doc/mpdconf.example
index ae8ac7ea0..bb42b3f17 100644
--- a/doc/mpdconf.example
+++ b/doc/mpdconf.example
@@ -112,7 +112,7 @@ error_file                      "~/.mpd/mpd.error"
 #
 #audio_output {
 #        type                    "shout"
-#        encoding                "ogg"
+#        encoding                "ogg"                   # optional
 #        name                    "My Shout Stream"
 #        host                    "localhost"
 #        port                    "8000"
@@ -121,7 +121,7 @@ error_file                      "~/.mpd/mpd.error"
 #        quality                 "5.0"
 #        bitrate                 "128"
 #        format                  "44100:16:1"
-#        protocol                "icecast2"
+#        protocol                "icecast2"              # optional
 #        user                    "source"                # optional
 #        description             "My Stream Description" # optional
 #        genre                   "jazz"                  # optional