summaryrefslogtreecommitdiffstats
path: root/test/test_utils.h
diff options
context:
space:
mode:
authorcloud11665 <cloud11665@gmail.com>2023-06-05 22:48:04 +0200
committerDudemanguy <random342@airmail.cc>2023-07-01 02:05:23 +0000
commitb45be3d6e9d1796513f1f6214ceace8d8ef027ac (patch)
tree18ba55b19034ede45799d16ce7ca637630a4d6a4 /test/test_utils.h
parent695172f63e9a8e440d41f50f08af89aa69c602e6 (diff)
downloadmpv-b45be3d6e9d1796513f1f6214ceace8d8ef027ac.tar.bz2
mpv-b45be3d6e9d1796513f1f6214ceace8d8ef027ac.tar.xz
test/meson: explicitly specify lavf dependency
Added stubs for mp_set_avdict().
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