mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-17 04:17:05 +00:00
avfilter/vf_scale; fix indent
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
835eee88ec
commit
3242747df3
@ -444,13 +444,13 @@ static int filter_frame(AVFilterLink *link, AVFrame *in)
|
|||||||
table, out_full,
|
table, out_full,
|
||||||
brightness, contrast, saturation);
|
brightness, contrast, saturation);
|
||||||
if (scale->isws[0])
|
if (scale->isws[0])
|
||||||
sws_setColorspaceDetails(scale->isws[0], inv_table, in_full,
|
sws_setColorspaceDetails(scale->isws[0], inv_table, in_full,
|
||||||
table, out_full,
|
table, out_full,
|
||||||
brightness, contrast, saturation);
|
brightness, contrast, saturation);
|
||||||
if (scale->isws[1])
|
if (scale->isws[1])
|
||||||
sws_setColorspaceDetails(scale->isws[1], inv_table, in_full,
|
sws_setColorspaceDetails(scale->isws[1], inv_table, in_full,
|
||||||
table, out_full,
|
table, out_full,
|
||||||
brightness, contrast, saturation);
|
brightness, contrast, saturation);
|
||||||
}
|
}
|
||||||
|
|
||||||
av_reduce(&out->sample_aspect_ratio.num, &out->sample_aspect_ratio.den,
|
av_reduce(&out->sample_aspect_ratio.num, &out->sample_aspect_ratio.den,
|
||||||
|
Loading…
Reference in New Issue
Block a user