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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/video_out/deinterlace.h b/src/video_out/deinterlace.h
index 04153d742..4381701f5 100644
--- a/src/video_out/deinterlace.h
+++ b/src/video_out/deinterlace.h
@@ -38,5 +38,8 @@ void deinterlace_yuv( uint8_t *pdst, uint8_t *psrc[],
#define DEINTERLACE_GREEDY 3
#define DEINTERLACE_ONEFIELD 4
#define DEINTERLACE_ONEFIELDXV 5
+#define DEINTERLACE_LINEARBLEND 6
+
+extern char *deinterlace_methods[];
#endif