]> git.sesse.net Git - ffmpeg/commit
Icecast: always send a content-type
authorMarvin Scholz <epirat07@gmail.com>
Tue, 11 Nov 2014 00:51:23 +0000 (01:51 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 11 Nov 2014 13:49:08 +0000 (14:49 +0100)
commit5e08b54f47e8168e1f8203d9b5d0d1fba3c9f822
tree30aa0244bd8e9107a499ba09bdf0114ce0dd65f3
parent6f2068e626ee75ea4231ba0061885686866e6b66
Icecast: always send a content-type

use a default (audio/mpeg for historical reason) if none. Required since Icecast 2.4.1
Not using AVOption default because this breaks content-type warnings (needs to
detect if no type was set by the user)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/icecast.c