mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-27 21:40:34 +00:00
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)
|
||||
return;
|
||||
|
||||
for(x=0; x<test->nb_decimals; x++)
|
||||
for (x = 0; x < test->nb_decimals; x++)
|
||||
p10decimals *= 10;
|
||||
|
||||
second = av_rescale_rnd(test->nb_frame * test->time_base.num, p10decimals, test->time_base.den, AV_ROUND_ZERO);
|
||||
|
Loading…
Reference in New Issue
Block a user