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