summaryrefslogtreecommitdiff
path: root/libavutil/dovi_meta.h
Commit message (Collapse)AuthorAgeFilesLines
* lavu/frame: Add Dolby Vision metadata side data typeNiklas Haas2022-01-041-0/+166
| | | | | | | | | | | In order to be able to extend this struct later (as the Dolby Vision RPU evolves), all of the 'container' structs are considered extensible, and the individual constituent fields must instead be accessed via offsets. The precedent for this style of access is set in <libavutil/detection_bbox.h> Signed-off-by: Niklas Haas <git@haasn.dev> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* lavutil: add DOVI related headervacingfang2020-04-231-0/+70
add DOVI related struct Signed-off-by: vacingfang <vacingfang@tencent.com>