]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/interlace.h
Merge commit 'b4a911c189962e563a09fb0efaf6fa9ab56263a4'
[ffmpeg] / libavfilter / interlace.h
index 107c94fdb15cdfa6550809d107eb779fd56f36db..2101b7993964020849ea4f3cff40063d4579ad01 100644 (file)
@@ -44,6 +44,12 @@ enum FieldType {
     FIELD_LOWER = 1,
 };
 
+enum VLPFilter {
+    VLPF_OFF = 0,
+    VLPF_LIN = 1,
+    VLPF_CMP = 2,
+};
+
 typedef struct InterlaceContext {
     const AVClass *class;
     enum ScanMode scan;    // top or bottom field first scanning