summaryrefslogtreecommitdiff
path: root/libavfilter/tinterlace.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-12-01 20:52:10 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-12-02 18:28:06 +0100
commit59f1f764d6cd07ff7d1bb113d423b3e62b3510c1 (patch)
treea0a54b5db55fef534bf41d99341fe9eb01b23133 /libavfilter/tinterlace.h
parentb4d41beebe869210df4b37fb4b872b1518ae06ef (diff)
avfilter/vf_tinterlace: Favor using standard timebases for the output
Reported-by: Vittorio Giovara <vittorio.giovara@gmail.com> Inspired by discussion with Kieran Kunhya <kierank@obe.tv> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/tinterlace.h')
-rw-r--r--libavfilter/tinterlace.h1
1 files changed, 1 insertions, 0 deletions
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