Skip to content
  • Stefan Brüns's avatar
    [Taglib] Use non-deprecated constructors for MPEG::File/FLAC::File · 5264254b
    Stefan Brüns authored
    The old constructor taking the FrameFactory as second, non-optional
    parameter has been deprecated, and replaced with a constructor taking
    the default'ed FrameFactory as an optional 4th parameter (the 3rd
    parameter, Properties::ReadStyle, is also defaulted).
    
    Unfortunately, older versions require a FrameFactory for the `FileStream`
    constructor overload.
    5264254b