Commit dc1de569 authored by Michael Niedermayer's avatar Michael Niedermayer

vsrc_buffer: set output timebase when output equalization is done

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent a38cdfde
......@@ -81,6 +81,7 @@ int av_vsrc_buffer_add_frame2(AVFilterContext *buffer_filter, AVFrame *frame,
avfilter_free(scale);
return ret;
}
scale->outputs[0]->time_base = scale->inputs[0]->time_base;
scale->outputs[0]->format= c->pix_fmt;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment