From 13090895cf1cbc148242f1be570aa27c2d07e891 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 30 Sep 2015 15:35:55 +0200 Subject: avfilter/vf_tinterlace: add mergex2 mode Signed-off-by: Paul B Mahol --- libavfilter/tinterlace.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavfilter/tinterlace.h') diff --git a/libavfilter/tinterlace.h b/libavfilter/tinterlace.h index d80a6e2179..3b703e7b21 100644 --- a/libavfilter/tinterlace.h +++ b/libavfilter/tinterlace.h @@ -38,6 +38,7 @@ enum TInterlaceMode { MODE_INTERLEAVE_TOP, MODE_INTERLEAVE_BOTTOM, MODE_INTERLACEX2, + MODE_MERGEX2, MODE_NB, }; -- cgit v1.2.3