Skip to content
  • Jennifer Berringer's avatar
    Yesterday.flac.media_info: Update for changed flacparse behavior · d7588a62
    Jennifer Berringer authored and Tim-Philipp Müller's avatar Tim-Philipp Müller committed
    This sample flac file has headers in the order STREAMINFO(0),
    SEEKTABLE(3), VORBISCOMMENT(4), PADDING(1). Previously, flacparse would
    needlessly reorder this to STREAMINFO,VORBISCOMMENT,SEEKTABLE,PADDING.
    I changed flacparse to avoid this unnecessary reordering because it was
    breaking some other files, so the media_info needed to be updated to
    reflect this.
    d7588a62