Skip to content
  • Aaron J. Seigo's avatar
    unlike mpeg files, MP4::File can return null from tag · b38da7b2
    Aaron J. Seigo authored
    this is due to taglib implementing it differently for the different
    classes: in MPEG::File, d->tag is allocated on the stack and returned by
    address; in MP4::File d->tag is a pointer that is initialized to null
    and only allocated if everything goes well.
    b38da7b2