]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/tinterlace.h
avutil/mem: Also poison new av_realloc-allocated blocks
[ffmpeg] / libavfilter / tinterlace.h
index e204b61aa0c59cdb395d0c16f4c79818a3dac866..4059ebf81a1fc4f05ecc11dc5012cc13ee0325eb 100644 (file)
@@ -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,
@@ -66,7 +67,6 @@ typedef struct TInterlaceContext {
     AVRational preout_time_base;
     int flags;                  ///< flags affecting interlacing algorithm
     int lowpass;                ///< legacy interlace filter lowpass mode
-    int frame;                  ///< number of the output frame
     int vsub;                   ///< chroma vertical subsampling
     AVFrame *cur;
     AVFrame *next;