From 9428e05b3f15146d47851d5e9da334dfc59a55a1 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 21 Dec 2013 20:11:04 +0100 Subject: encode_lavc: mp_msg conversions Miss two mp_msg calls, because these conflict with future commits. --- common/encode_lavc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/encode_lavc.h') diff --git a/common/encode_lavc.h b/common/encode_lavc.h index 15e0a5c7f2..96fc17f1bb 100644 --- a/common/encode_lavc.h +++ b/common/encode_lavc.h @@ -33,7 +33,9 @@ #include "video/csputils.h" struct encode_lavc_context { + struct mpv_global *global; struct encode_output_conf *options; + struct mp_log *log; float vo_fps; -- cgit v1.2.3