From e6e6b88b6da6c50bd7d7b03df583085d19427986 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 10 Dec 2013 19:24:58 +0100 Subject: video: move VO reinit from filter chain to player This gets rid of the vf_vo pseudo-filter. It ends the idea of MPlayer's architecture that the VO is just a (terminating) video filter. It didn't really work for us with respect to video timing (the "end" of the video chain isn't really made for video timing, and making it do so would be awkward), and now we're removing it entirely. We will be able to fix some things, such as properly draining video on reconfiguration. --- old-makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'old-makefile') diff --git a/old-makefile b/old-makefile index 8aa9ffd0f2..f6108bac67 100644 --- a/old-makefile +++ b/old-makefile @@ -292,7 +292,6 @@ SOURCES = audio/audio.c \ video/filter/vf_sub.c \ video/filter/vf_swapuv.c \ video/filter/vf_unsharp.c \ - video/filter/vf_vo.c \ video/filter/vf_yadif.c \ video/out/bitmap_packer.c \ video/out/aspect.c \ -- cgit v1.2.3