aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/dict_internal.h
Commit message (Collapse)AuthorAgeFilesLines
* avutil/dict: Move avpriv_dict_set_timestamp() to a header of its ownAndreas Rheinhardt2022-09-031-0/+37
It is used almost nowhere, so it needn't be auto-included almost everywhere. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>