diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2001-10-20 13:40:20 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2001-10-20 13:40:20 +0000 |
commit | e3eb18aa6868ad17f01cfffafb001a95aa1ffb71 (patch) | |
tree | cf8d27bb913f4b4ed26d2f8a3411853618b70a98 /src/xine-engine/video_out.h | |
parent | e4c02e5922decf49fdc44f2503535bf5b8671430 (diff) | |
download | xine-lib-e3eb18aa6868ad17f01cfffafb001a95aa1ffb71.tar.gz xine-lib-e3eb18aa6868ad17f01cfffafb001a95aa1ffb71.tar.bz2 |
remove soft deinterlace property (not used anymore)
CVS patchset: 840
CVS date: 2001/10/20 13:40:20
Diffstat (limited to 'src/xine-engine/video_out.h')
-rw-r--r-- | src/xine-engine/video_out.h | 5 |
1 files changed, 2 insertions, 3 deletions
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 |