• 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
PlayerThread.cxx 24.2 KB