Commit 3242747d authored by Michael Niedermayer's avatar Michael Niedermayer

avfilter/vf_scale; fix indent

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 835eee88
......@@ -444,13 +444,13 @@ static int filter_frame(AVFilterLink *link, AVFrame *in)
table, out_full,
brightness, contrast, saturation);
if (scale->isws[0])
sws_setColorspaceDetails(scale->isws[0], inv_table, in_full,
table, out_full,
brightness, contrast, saturation);
sws_setColorspaceDetails(scale->isws[0], inv_table, in_full,
table, out_full,
brightness, contrast, saturation);
if (scale->isws[1])
sws_setColorspaceDetails(scale->isws[1], inv_table, in_full,
table, out_full,
brightness, contrast, saturation);
sws_setColorspaceDetails(scale->isws[1], inv_table, in_full,
table, out_full,
brightness, contrast, saturation);
}
av_reduce(&out->sample_aspect_ratio.num, &out->sample_aspect_ratio.den,
......
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