From 2eefa31c886723bcc30664ea9fe3e2420f2cc0c6 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 21 Dec 2013 17:47:38 +0100 Subject: video/decode: mp_msg conversions Doesn't cover vdpau/vaapi parts yet, because these are a bit messier. --- video/decode/lavc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'video/decode/lavc.h') diff --git a/video/decode/lavc.h b/video/decode/lavc.h index ead147ab18..867488de95 100644 --- a/video/decode/lavc.h +++ b/video/decode/lavc.h @@ -21,6 +21,7 @@ enum hwdec_type { }; typedef struct lavc_ctx { + struct mp_log *log; struct MPOpts *opts; AVCodecContext *avctx; AVFrame *pic; -- cgit v1.2.3