From 0f8f38c36c4a2c038b11c6c00a477695e0e1908a Mon Sep 17 00:00:00 2001 From: Christoph Pfister Date: Mon, 16 Apr 2007 20:34:47 +0200 Subject: [1.2 patch] removal of deinterlace.[c/h] and xvmc deinterlacers Hi, With the last patch posted deinterlace.c became obsolete. deinterlace.h was only used in video_out_xvmc.c for the defines. I removed the deinterlacer stuff from xvmc in my patch, because there is only onefield which is hardware accelerated. However it has very bad quality compared to other deinterlacers or even compared to non-interlaced video and it's a very cheap one to run in software for those who absolutely want to use it. Christoph --- src/video_out/xxmc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/video_out/xxmc.h') diff --git a/src/video_out/xxmc.h b/src/video_out/xxmc.h index d5c067d36..dd836d08b 100644 --- a/src/video_out/xxmc.h +++ b/src/video_out/xxmc.h @@ -87,7 +87,6 @@ #include "xine.h" #include "video_out.h" #include "xine_internal.h" -#include "deinterlace.h" #include "xineutils.h" #include "vo_scale.h" #include "x11osd.h" -- cgit v1.2.3