aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/side_data.h
Commit message (Collapse)AuthorAgeFilesLines
* avutil/frame: move side data helpers to a new fileJames Almer2025-03-031-0/+30
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>