• Max Kellermann's avatar
    flac: decoder command means EOF · 6df980a9
    Max Kellermann authored
    It was possible for the decoder thread to go into an endless loop
    (flac and oggflac decoders): when a "STOP" command arrived, the Read()
    callback would return 0, but the EOF() callback returned false.  Fix:
    when decoder_get_command()!=NONE, return EOF==true.
    6df980a9
Name
Last commit
Last update
bs Loading commit data...
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
ChangeLog Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
build.mk Loading commit data...
configure.ac Loading commit data...