From e3eb18aa6868ad17f01cfffafb001a95aa1ffb71 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Sat, 20 Oct 2001 13:40:20 +0000 Subject: remove soft deinterlace property (not used anymore) CVS patchset: 840 CVS date: 2001/10/20 13:40:20 --- src/xine-engine/video_out.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/xine-engine/video_out.h') diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h index 4e8bc1bee..5e9e9b8e4 100644 --- a/src/xine-engine/video_out.h +++ b/src/xine-engine/video_out.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out.h,v 1.23 2001/10/09 22:20:11 miguelfreitas Exp $ + * $Id: video_out.h,v 1.24 2001/10/20 13:40:20 miguelfreitas Exp $ * * * xine version of video_out.h @@ -171,8 +171,7 @@ struct vo_instance_s { #define VO_PROP_CONTRAST 4 #define VO_PROP_BRIGHTNESS 5 #define VO_PROP_COLORKEY 6 -#define VO_PROP_SOFT_DEINTERLACE 7 -#define VO_NUM_PROPERTIES 8 +#define VO_NUM_PROPERTIES 7 /* number of recent frames to keep in memory these frames are needed by some deinterlace algorithms -- cgit v1.2.3