aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/ifv.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-08-27 17:49:52 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-09-03 15:41:44 +0200
commit04b72178724ed08934e276c959a6f1a154e1e7d4 (patch)
tree72a158d3578bf114b585794265b1117e79048674 /libavformat/ifv.c
parent26325cceb020608928800b8fe5f4a0f6e60468eb (diff)
downloadffmpeg-04b72178724ed08934e276c959a6f1a154e1e7d4.tar.gz
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>
Diffstat (limited to 'libavformat/ifv.c')
-rw-r--r--libavformat/ifv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/ifv.c b/libavformat/ifv.c
index 490608c5de..694abd951b 100644
--- a/libavformat/ifv.c
+++ b/libavformat/ifv.c
@@ -21,6 +21,7 @@
*/
#include "libavutil/channel_layout.h"
+#include "libavutil/dict_internal.h"
#include "avformat.h"
#include "internal.h"
#include "avio_internal.h"