X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Ftinterlace.h;h=4059ebf81a1fc4f05ecc11dc5012cc13ee0325eb;hb=a240097ecd4fb1639db99e7becb888ae478405cd;hp=020887ff34758265493093116cbe56441c843aad;hpb=6498522befb21974061cb38ece90b482bd0d2b16;p=ffmpeg diff --git a/libavfilter/tinterlace.h b/libavfilter/tinterlace.h index 020887ff347..4059ebf81a1 100644 --- a/libavfilter/tinterlace.h +++ b/libavfilter/tinterlace.h @@ -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;