• Ben Boeckel's avatar
    PlayerThread: Only drop 0 length packets without tags · fc9014f7
    Ben Boeckel authored
    Fixes a regression from 752dfb3d which
    caused the current chunk to be flushed as soon as new replaygain
    information was found. If this occurs on a tag chunk, it has no data
    (length 0) and is then skipped before pushing it to all of the outputs.
    
    This change allows 0-length chunks through if they contain a tag and
    they are now appearing in mplayer and mpv properly.
    fc9014f7
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...
mpd.service.in Loading commit data...
valgrind.suppressions Loading commit data...