strukturag / libheif

libheif is an HEIF and AVIF file format decoder and encoder.
Other
1.76k stars 304 forks source link

libheif: add API to get UUID for user extension boxes #1246

Closed bradh closed 4 months ago

bradh commented 4 months ago

This is an alternative approach to solving #1244, adding a function to get the UUID (extended_type field).

Also includes documentation, a unit test, and some refactoring of shared code.

farindk commented 4 months ago

Thank you.