summaryrefslogtreecommitdiffstats
path: root/stream/cookies.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-22 13:11:22 +0100
committerwm4 <wm4@nowhere>2013-12-22 13:11:22 +0100
commit3a637d411f603fd82ee0bf8a181ea20d60e7c88f (patch)
treec6b8d073151f0952ddb3aa804eaec6546d49cf44 /stream/cookies.h
parent38be9d5fed172ab8ee24c8c2cb0c94fb41d02e37 (diff)
downloadmpv-3a637d411f603fd82ee0bf8a181ea20d60e7c88f.tar.bz2
mpv-3a637d411f603fd82ee0bf8a181ea20d60e7c88f.tar.xz
options: move network related options to MPOpts
Diffstat (limited to 'stream/cookies.h')
-rw-r--r--stream/cookies.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/cookies.h b/stream/cookies.h
index 86c1e3bce9..b2a31d066a 100644
--- a/stream/cookies.h
+++ b/stream/cookies.h
@@ -24,6 +24,6 @@
#ifndef MPLAYER_COOKIES_H
#define MPLAYER_COOKIES_H
-char *cookies_lavf(struct mp_log *log);
+char *cookies_lavf(void *talloc_ctx, struct mp_log *log, char *file);
#endif /* MPLAYER_COOKIES_H */