summaryrefslogtreecommitdiffstats
path: root/stream/resolve/resolve.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/resolve/resolve.h')
-rw-r--r--stream/resolve/resolve.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/stream/resolve/resolve.h b/stream/resolve/resolve.h
index 7a60b29114..3a5358a99e 100644
--- a/stream/resolve/resolve.h
+++ b/stream/resolve/resolve.h
@@ -19,8 +19,7 @@
#ifndef MP_RESOLVE_H
#define MP_RESOLVE_H
-struct MPContext;
-struct MPOpts;
+struct mpv_global;
struct mp_resolve_result {
char *url;
@@ -48,6 +47,7 @@ struct mp_resolve_sub {
char *lang;
};
-struct mp_resolve_result *mp_resolve_quvi(const char *url, struct MPOpts *opts);
+struct mp_resolve_result *mp_resolve_quvi(const char *url,
+ struct mpv_global *global);
#endif