summaryrefslogtreecommitdiffstats
path: root/video/decode/lavc.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-21 17:47:38 +0100
committerwm4 <wm4@nowhere>2013-12-21 20:50:10 +0100
commit2eefa31c886723bcc30664ea9fe3e2420f2cc0c6 (patch)
tree4f3f6a163a46cf03ba4a2bc50b2527ebce40edc2 /video/decode/lavc.h
parent426ebbae5ff578923a83a4395ff499f0348f7dcc (diff)
downloadmpv-2eefa31c886723bcc30664ea9fe3e2420f2cc0c6.tar.bz2
mpv-2eefa31c886723bcc30664ea9fe3e2420f2cc0c6.tar.xz
video/decode: mp_msg conversions
Doesn't cover vdpau/vaapi parts yet, because these are a bit messier.
Diffstat (limited to 'video/decode/lavc.h')
-rw-r--r--video/decode/lavc.h1
1 files changed, 1 insertions, 0 deletions
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;