summaryrefslogtreecommitdiffstats
path: root/test/test_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_utils.h')
-rw-r--r--test/test_utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_utils.h b/test/test_utils.h
index 7dcb32cc3b..b776dedf08 100644
--- a/test/test_utils.h
+++ b/test/test_utils.h
@@ -52,6 +52,8 @@ void mp_msg(struct mp_log *log, int lev, const char *format, ...)
int mp_msg_find_level(const char *s);
int mp_msg_level(struct mp_log *log);
void mp_write_console_ansi(void);
+typedef struct AVDictionary AVDictionary;
+void mp_set_avdict(AVDictionary **dict, char **kv);
// Windows additionally requires timer related code so it will actually
// import the real versions of these functions and use them. On other