From 5f0fbacf1650392238d49df23a799ba4938f9326 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 21 Dec 2013 18:46:24 +0100 Subject: codecs: mp_msg conversion --- common/codecs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common/codecs.h') diff --git a/common/codecs.h b/common/codecs.h index 21ff284617..105aab5a82 100644 --- a/common/codecs.h +++ b/common/codecs.h @@ -37,7 +37,8 @@ struct mp_decoder_list *mp_select_decoders(struct mp_decoder_list *all, const char *codec, const char *selection); -void mp_print_decoders(int msgt, int msgl, const char *header, +struct mp_log; +void mp_print_decoders(struct mp_log *log, int msgl, const char *header, struct mp_decoder_list *list); #endif -- cgit v1.2.3