summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r--libvo/video_out.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index 5c74c7e49d..b2e7dadc57 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -65,6 +65,9 @@ typedef struct {
int mt, mb, ml, mr; // borders (top, bottom, left, right)
} mp_eosd_res_t;
+#define VOCTRL_SET_DEINTERLACE 30
+#define VOCTRL_GET_DEINTERLACE 31
+
// Vo can be used by xover
#define VOCTRL_XOVERLAY_SUPPORT 22