avutil/dict: Move avpriv_dict_set_timestamp() to a header of its own

It is used almost nowhere, so it needn't be auto-included
almost everywhere.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2022-08-27 17:49:52 +02:00
parent 26325cceb0
commit 04b7217872
9 changed files with 44 additions and 12 deletions

View File

@@ -20,6 +20,7 @@
*/
#include "libavutil/dict.h"
#include "libavutil/dict_internal.h"
#include "libavutil/internal.h"
#include "libavutil/log.h"
#include "libavutil/mem.h"