summaryrefslogtreecommitdiffstats
path: root/mpvcore/resolve.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore/resolve.h')
-rw-r--r--mpvcore/resolve.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpvcore/resolve.h b/mpvcore/resolve.h
index 91684df250..7a60b29114 100644
--- a/mpvcore/resolve.h
+++ b/mpvcore/resolve.h
@@ -38,7 +38,7 @@ struct mp_resolve_result {
};
struct mp_resolve_src {
- char *url;
+ char *url; // can be NULL; otherwise it's the exact video URL
char *encid; // indicates quality level, contents are libquvi specific
};