• Max Kellermann's avatar
    decoder_thread: don't fall back to "mad" unless no plugin matches · 9d4b7ab1
    Max Kellermann authored
    When all plugins have failed, MPD used to fall back to the "mad"
    decoder plugin, to handle those radio streams without a Content-Type
    response header.  This however leads to unexpected results (garbage
    being played) when the stream isn't really mp3.  Since we care little
    about "bad" streams, we shouldn't have hacks which have bad side
    effects.
    
    Let's get rid of this hack now!  Only try to "mad" plugin if there was
    no match at all (Content-Type, path suffix) and no other plugin has
    been tried.
    9d4b7ab1
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
valgrind.suppressions Loading commit data...