lavfi/testsrc: fix style
This commit is contained in:
parent
7ab6312610
commit
3933963d7b
@ -475,7 +475,7 @@ static void test_fill_picture(AVFilterContext *ctx, AVFrame *frame)
|
|||||||
if (time >= INT_MAX)
|
if (time >= INT_MAX)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
for(x=0; x<test->nb_decimals; x++)
|
for (x = 0; x < test->nb_decimals; x++)
|
||||||
p10decimals *= 10;
|
p10decimals *= 10;
|
||||||
|
|
||||||
second = av_rescale_rnd(test->nb_frame * test->time_base.num, p10decimals, test->time_base.den, AV_ROUND_ZERO);
|
second = av_rescale_rnd(test->nb_frame * test->time_base.num, p10decimals, test->time_base.den, AV_ROUND_ZERO);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user