X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Ftinterlace.h;h=e01050cba7a30acd4fe7b6d68d02bc6f863b27f4;hb=e6ee42febbdeaaab779a66c5002155c78a3eae8d;hp=f52af13c9a4594f35845614f13562c35018cc1ab;hpb=fe86fa7c0abfd37b26f1015510d2412735c91ea9;p=ffmpeg diff --git a/libavfilter/tinterlace.h b/libavfilter/tinterlace.h index f52af13c9a4..e01050cba7a 100644 --- a/libavfilter/tinterlace.h +++ b/libavfilter/tinterlace.h @@ -30,6 +30,10 @@ #include "libavutil/opt.h" #include "avfilter.h" +#define TINTERLACE_FLAG_VLPF 01 +#define TINTERLACE_FLAG_EXACT_TB 2 +#define TINTERLACE_FLAG_CVLPF 4 + enum TInterlaceMode { MODE_MERGE = 0, MODE_DROP_EVEN,