Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-09-30 16:35:55 +0300
committerPaul B Mahol <onemda@gmail.com>2015-10-03 16:22:16 +0300
commit13090895cf1cbc148242f1be570aa27c2d07e891 (patch)
tree66e6295fd3479a43279682203e7713e72cdc32c2 /libavfilter/tinterlace.h
parent99982524f93a5fc5f8eadd3e8f9b4e3af446cdaa (diff)
avfilter/vf_tinterlace: add mergex2 mode
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/tinterlace.h')
-rw-r--r--libavfilter/tinterlace.h1
1 files changed, 1 insertions, 0 deletions
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,
};