This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
lavfi/testsrc: fix style
tags/n2.0
Stefano Sabatini
12 years ago
parent
7ab6312610
commit
3933963d7b
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavfilter/vsrc_testsrc.c
+ 1
- 1
libavfilter/vsrc_testsrc.c
View File
@@ -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);
Write
Preview
Loading…
Cancel
Save