]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/tinterlace.h
avutil/mem: Also poison new av_realloc-allocated blocks
[ffmpeg] / libavfilter / tinterlace.h
index 020887ff34758265493093116cbe56441c843aad..4059ebf81a1fc4f05ecc11dc5012cc13ee0325eb 100644 (file)
@@ -67,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;