• 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
..
_flac_common.c Loading commit data...
_flac_common.h Loading commit data...
_ogg_common.c Loading commit data...
_ogg_common.h Loading commit data...
aac_plugin.c Loading commit data...
audiofile_plugin.c Loading commit data...
flac_plugin.c Loading commit data...
mod_plugin.c Loading commit data...
mp3_plugin.c Loading commit data...
mp4_plugin.c Loading commit data...
mpc_plugin.c Loading commit data...
oggflac_plugin.c Loading commit data...
oggvorbis_plugin.c Loading commit data...
wavpack_plugin.c Loading commit data...