• Andrée Ekroth's avatar
    decoder/Mp4v2: fix crash with undefined error · ec3568bd
    Andrée Ekroth authored
    When no track is found the error is now properly set.
    Previously the calling function tried to log an undefined
    error, which resulted in a crash. MPD falls back to
    ffmpeg for unsupported tracks, such as ALAC.
    
    This should fix issue 4051.
    ec3568bd
Mp4v2DecoderPlugin.cxx 8.57 KB