diff options
author | Andrew Stone <andrew@clovar.com> | 2014-07-31 19:56:36 -0400 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-08-13 16:10:15 +0000 |
commit | 7e38903b5c86a759549e70647ae42bb22d353b14 (patch) | |
tree | cc3ba7d02f1db8870d6c76b0c4fa3b7c4fb7f31d /doc/protocols.texi | |
parent | 7601f9412a2d3387617a45966b65b452a632c27a (diff) | |
download | ffmpeg-7e38903b5c86a759549e70647ae42bb22d353b14.tar.gz |
http: enable icy metadata by default.
It won't hurt servers that don't care about the header,
and those that do will include it by default.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r-- | doc/protocols.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index ec7d92440a..4957aff081 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -119,7 +119,7 @@ Export the MIME type. If set to 1 request ICY (SHOUTcast) metadata from the server. If the server supports this, the metadata has to be retrieved by the application by reading the @option{icy_metadata_headers} and @option{icy_metadata_packet} options. -The default is 0. +The default is 1. @item icy_metadata_headers If the server supports ICY metadata, this contains the ICY-specific HTTP reply |