summaryrefslogtreecommitdiffstats
path: root/common/encode_lavc.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-21 20:11:04 +0100
committerwm4 <wm4@nowhere>2013-12-21 21:43:16 +0100
commit9428e05b3f15146d47851d5e9da334dfc59a55a1 (patch)
tree169f4b8f911e36148aeeb6f498bab21d97d69755 /common/encode_lavc.h
parent09e588662e3bbe84a8da143f0d7d7ad64d6132b0 (diff)
downloadmpv-9428e05b3f15146d47851d5e9da334dfc59a55a1.tar.bz2
mpv-9428e05b3f15146d47851d5e9da334dfc59a55a1.tar.xz
encode_lavc: mp_msg conversions
Miss two mp_msg calls, because these conflict with future commits.
Diffstat (limited to 'common/encode_lavc.h')
-rw-r--r--common/encode_lavc.h2
1 files changed, 2 insertions, 0 deletions
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;