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.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/video_out/deinterlace.h b/src/video_out/deinterlace.h
index 833401259..04153d742 100644
--- a/src/video_out/deinterlace.h
+++ b/src/video_out/deinterlace.h
@@ -32,10 +32,11 @@
void deinterlace_yuv( uint8_t *pdst, uint8_t *psrc[],
int width, int height, int method );
-#define DEINTERLACE_NONE 0
-#define DEINTERLACE_BOB 1
-#define DEINTERLACE_WEAVE 2
-#define DEINTERLACE_GREEDY 3
-#define DEINTERLACE_ONEFIELD 4
+#define DEINTERLACE_NONE 0
+#define DEINTERLACE_BOB 1
+#define DEINTERLACE_WEAVE 2
+#define DEINTERLACE_GREEDY 3
+#define DEINTERLACE_ONEFIELD 4
+#define DEINTERLACE_ONEFIELDXV 5
#endif