From 0335011f11d9d13f70db6c46ed6189a74d48ec67 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 21 Dec 2013 20:36:45 +0100 Subject: stream: mp_msg conversions We also drop some slave mode stuff from stream_vcd. --- stream/cookies.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/cookies.h') diff --git a/stream/cookies.h b/stream/cookies.h index e8b548c112..86c1e3bce9 100644 --- a/stream/cookies.h +++ b/stream/cookies.h @@ -24,6 +24,6 @@ #ifndef MPLAYER_COOKIES_H #define MPLAYER_COOKIES_H -char *cookies_lavf(void); +char *cookies_lavf(struct mp_log *log); #endif /* MPLAYER_COOKIES_H */ -- cgit v1.2.3