[FFmpeg-cvslog] lavfi/testsrc: fix style

Stefano Sabatini git at videolan.org
Wed Apr 17 23:07:24 CEST 2013


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Wed Apr 17 21:22:52 2013 +0200| [3933963d7ba040cec89ec4a89fa4d6fa77a4e5c5] | committer: Stefano Sabatini

lavfi/testsrc: fix style

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3933963d7ba040cec89ec4a89fa4d6fa77a4e5c5
---

 libavfilter/vsrc_testsrc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/vsrc_testsrc.c b/libavfilter/vsrc_testsrc.c
index d83d996..1b474a2 100644
--- 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);



More information about the ffmpeg-cvslog mailing list