• 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
ffmpeg_plugin.c 8.79 KB