From 59f1f764d6cd07ff7d1bb113d423b3e62b3510c1 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 1 Dec 2014 20:52:10 +0100 Subject: avfilter/vf_tinterlace: Favor using standard timebases for the output Reported-by: Vittorio Giovara Inspired by discussion with Kieran Kunhya Signed-off-by: Michael Niedermayer --- libavfilter/tinterlace.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavfilter/tinterlace.h') diff --git a/libavfilter/tinterlace.h b/libavfilter/tinterlace.h index 41b78c5e3c..fa0a83ae0c 100644 --- a/libavfilter/tinterlace.h +++ b/libavfilter/tinterlace.h @@ -44,6 +44,7 @@ enum TInterlaceMode { typedef struct { const AVClass *class; enum TInterlaceMode mode; ///< interlace mode selected + AVRational preout_time_base; int flags; ///< flags affecting interlacing algorithm int frame; ///< number of the output frame int vsub; ///< chroma vertical subsampling -- cgit v1.2.3