summaryrefslogtreecommitdiff
path: root/libavfilter/tinterlace.h
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2019-12-06 11:01:11 +0100
committerMarton Balint <cus@passwd.hu>2019-12-15 00:23:01 +0100
commit6498522befb21974061cb38ece90b482bd0d2b16 (patch)
tree6d174ab131ffc6e8577d48505affbbf3508d402a /libavfilter/tinterlace.h
parent28b5dc6199ed7b4f62e345865fe28142b9cbf9e0 (diff)
avfilter/vf_tinterlace: add support for bypassing already interlaced frames
The old interlace filter worked this way before it was merged with tinterlace. Signed-off-by: Marton Balint <cus@passwd.hu>
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 e204b61aa0..020887ff34 100644
--- a/libavfilter/tinterlace.h
+++ b/libavfilter/tinterlace.h
@@ -36,6 +36,7 @@
#define TINTERLACE_FLAG_VLPF 01
#define TINTERLACE_FLAG_CVLPF 2
#define TINTERLACE_FLAG_EXACT_TB 4
+#define TINTERLACE_FLAG_BYPASS_IL 8
enum VLPFilter {
VLPF_OFF = 0,