diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-09-30 15:35:55 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-10-03 15:22:16 +0200 |
commit | 13090895cf1cbc148242f1be570aa27c2d07e891 (patch) | |
tree | 66e6295fd3479a43279682203e7713e72cdc32c2 /libavfilter/tinterlace.h | |
parent | 99982524f93a5fc5f8eadd3e8f9b4e3af446cdaa (diff) | |
download | ffmpeg-13090895cf1cbc148242f1be570aa27c2d07e891.tar.gz |
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.h | 1 |
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, }; |