From 03039f4c8cdb4f8e5dc69905f3d73e2a531157e8 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 4 May 2013 21:18:13 +0200 Subject: miscellaneous typo fixes --- avplay.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'avplay.c') diff --git a/avplay.c b/avplay.c index ba59a8c0fc..00becbeab4 100644 --- a/avplay.c +++ b/avplay.c @@ -847,7 +847,8 @@ static void video_audio_display(VideoState *s) } av_rdft_calc(s->rdft, data[ch]); } - // least efficient way to do this, we should of course directly access it but its more than fast enough + /* Least efficient way to do this, we should of course + * directly access it but it is more than fast enough. */ for (y = 0; y < s->height; y++) { double w = 1 / sqrt(nb_freq); int a = sqrt(w * sqrt(data[0][2 * y + 0] * data[0][2 * y + 0] + data[0][2 * y + 1] * data[0][2 * y + 1])); -- cgit v1.2.3