summaryrefslogtreecommitdiff
path: root/src/video_out/deinterlace.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_out/deinterlace.h')
-rw-r--r--src/video_out/deinterlace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_out/deinterlace.h b/src/video_out/deinterlace.h
index a4a3d22ae..a1a759648 100644
--- a/src/video_out/deinterlace.h
+++ b/src/video_out/deinterlace.h
@@ -35,5 +35,6 @@ void deinterlace_yuv( uint8_t *pdst, uint8_t *psrc[],
#define DEINTERLACE_NONE 0
#define DEINTERLACE_BOB 1
#define DEINTERLACE_WEAVE 2
+#define DEINTERLACE_GREEDY 3
#endif