From 7b25afd7423e9056782993cbd1b32ead64ac1462 Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 17 Nov 2006 18:16:21 +0000 Subject: Add deinterlace property, patch by Carl Eugen Hoyos (cehoyos [at] rainbow studorg tuwien ac at) with small modifications by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20989 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/vf.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libmpcodecs/vf.h') diff --git a/libmpcodecs/vf.h b/libmpcodecs/vf.h index 6984ee94d5..e03a3e59a6 100644 --- a/libmpcodecs/vf.h +++ b/libmpcodecs/vf.h @@ -80,6 +80,8 @@ typedef struct vf_seteq_s #define VFCTRL_INIT_EOSD 15 /* Select EOSD renderer */ #define VFCTRL_DRAW_EOSD 16 /* Render EOSD */ #define VFCTRL_GET_PTS 17 /* Return last pts value that reached vf_vo*/ +#define VFCTRL_SET_DEINTERLACE 18 /* Set deinterlacing status */ +#define VFCTRL_GET_DEINTERLACE 19 /* Get deinterlacing status */ #include "vfcap.h" -- cgit v1.2.3