From 509997ec129dc68466dc14abfc5e3e1b26e1279e Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 12 Nov 2014 18:51:05 +0100 Subject: vf: minor simplification Remove the extra vf_chain.output field - there's absolutely no need for it, because there is always a last filter which will buffer the output. For some reason, vf_chain.last was never set, which we now need to fix too. --- video/filter/vf.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'video/filter/vf.h') diff --git a/video/filter/vf.h b/video/filter/vf.h index 6f0985293e..e7e53bc3ce 100644 --- a/video/filter/vf.h +++ b/video/filter/vf.h @@ -121,8 +121,6 @@ struct vf_chain { struct MPOpts *opts; struct mpv_global *global; struct mp_hwdec_info *hwdec; - - struct mp_image *output; }; typedef struct vf_seteq { -- cgit v1.2.3