projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ab6312
)
lavfi/testsrc: fix style
author
Stefano Sabatini
<stefasab@gmail.com>
Wed, 17 Apr 2013 19:22:52 +0000
(21:22 +0200)
committer
Stefano Sabatini
<stefasab@gmail.com>
Wed, 17 Apr 2013 20:39:44 +0000
(22:39 +0200)
libavfilter/vsrc_testsrc.c
patch
|
blob
|
history
diff --git
a/libavfilter/vsrc_testsrc.c
b/libavfilter/vsrc_testsrc.c
index
d83d996
..
1b474a2
100644
(file)
--- a/
libavfilter/vsrc_testsrc.c
+++ b/
libavfilter/vsrc_testsrc.c
@@
-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);