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/video_out/video_out_xshm.c | 5 +---- src/xine-engine/video_out.h | 5 ++--- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/src/video_out/video_out_xshm.c b/src/video_out/video_out_xshm.c index 401f84aaf..c46c8d75b 100644 --- a/src/video_out/video_out_xshm.c +++ b/src/video_out/video_out_xshm.c @@ -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_xshm.c,v 1.46 2001/10/14 23:19:59 f1rmb Exp $ + * $Id: video_out_xshm.c,v 1.47 2001/10/20 13:40:20 miguelfreitas Exp $ * * video_out_xshm.c, X11 shared memory extension interface for xine * @@ -873,9 +873,6 @@ static int xshm_set_property (vo_driver_t *this_gen, this->gui_changed |= GUI_ASPECT_CHANGED; printf("video_out_xshm: aspect ratio changed to %s\n", aspect_ratio_name(value)); - } else if ( property == VO_PROP_SOFT_DEINTERLACE) { - if( value ) - printf("video_out_xshm: software deinterlace not supported.\n"); } else { printf ("video_out_xshm: tried to set unsupported property %d\n", property); } 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