summaryrefslogtreecommitdiffstats
path: root/libavfilter
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-08-18 15:06:10 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-08-18 15:59:23 +0200
commitdb0f8f3f9d9f7d440b1e4a0b416bf6c7b6390bd0 (patch)
tree7a5ce5863ca70d96eab3dca84266c31be413333f /libavfilter
parent70a19c482a62bbbcda5a1115cfcd6a708f598fbc (diff)
downloadffmpeg-streaming-db0f8f3f9d9f7d440b1e4a0b416bf6c7b6390bd0.zip
ffmpeg-streaming-db0f8f3f9d9f7d440b1e4a0b416bf6c7b6390bd0.tar.gz
avfilter/vf_scale: Set scale2ref ref output timebase
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/vf_scale.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/vf_scale.c b/libavfilter/vf_scale.c
index 702adc4..07d5217 100644
--- a/libavfilter/vf_scale.c
+++ b/libavfilter/vf_scale.c
@@ -428,6 +428,7 @@ static int config_props_ref(AVFilterLink *outlink)
outlink->w = inlink->w;
outlink->h = inlink->h;
outlink->sample_aspect_ratio = inlink->sample_aspect_ratio;
+ outlink->time_base = inlink->time_base;
return 0;
}
OpenPOWER on IntegriCloud