lavfi/testsrc: fix style

This commit is contained in:
Stefano Sabatini 2013-04-17 21:22:52 +02:00
parent 7ab6312610
commit 3933963d7b
1 changed files with 1 additions and 1 deletions

View File

@ -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);