• Max Kellermann's avatar
    decoder: return void from decode() methods · 9eed4191
    Max Kellermann authored
    The stream_decode() and file_decode() methods returned a boolean,
    indicating whether they were able to decode the song.  This is
    redundant, since we already know that: if decoder_initialized() has
    been called (and dc.state==DECODE), the plugin succeeded.  Change both
    methods to return void.
    9eed4191
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src 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...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...