aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/side_data.c
Commit message (Collapse)AuthorAgeFilesLines
* avutil/frame: add a 3D Reference Displays Information side data typeJames Almer2025-07-011-0/+1
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* avutil/frame: move side data helpers to a new fileJames Almer2025-03-031-0/+313
Should reduce clutter in frame.c, plus allow us to make opaque changes to side data handling. Signed-off-by: James Almer <jamrial@gmail.com>