diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-03-06 18:39:58 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2014-03-11 22:08:57 +0100 |
commit | e58c85b0686892960042232e51c77168b264838a (patch) | |
tree | 2976e0d45b050a7f7d4024a7bcf92fda8698b630 /doc/protocols.texi | |
parent | 8075c3d8bb1f6aade0cc7c5c40db9bc1bcd84cab (diff) | |
download | ffmpeg-e58c85b0686892960042232e51c77168b264838a.tar.gz |
http: Export Content-Type information
Bug-Id: https://bugs.debian.org/740421
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r-- | doc/protocols.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index 5d7a1a6d3e..b16234b8fa 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -92,6 +92,9 @@ HTTP (Hyper Text Transfer Protocol). This protocol accepts the following options: @table @option +@item mime_type +Export the MIME type. + @item icy 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 |