summaryrefslogtreecommitdiff
path: root/src/post/goom/sound_tester.c
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-05-17 00:24:21 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-05-17 00:24:21 +0100
commit5f170aeb405f44ce67bf8827494c2a933b3e3241 (patch)
tree903756e011ce99c488a83c47a848801fb9816536 /src/post/goom/sound_tester.c
parentb4487e7271114f673d1055d1f61dc027ddd783cd (diff)
downloadxine-lib-5f170aeb405f44ce67bf8827494c2a933b3e3241.tar.gz
xine-lib-5f170aeb405f44ce67bf8827494c2a933b3e3241.tar.bz2
Convert comments (and the occasional string where it doesn't matter) to UTF-8.
Diffstat (limited to 'src/post/goom/sound_tester.c')
-rw-r--r--src/post/goom/sound_tester.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post/goom/sound_tester.c b/src/post/goom/sound_tester.c
index ac50a11b2..b6c4af442 100644
--- a/src/post/goom/sound_tester.c
+++ b/src/post/goom/sound_tester.c
@@ -90,7 +90,7 @@ void evaluate_sound(gint16 data[2][512], SoundInfo *info) {
if (info->goom_limit>1)
info->goom_limit=1;
- /* toute les 2 secondes : vérifier si le taux de goom est correct
+ /* toute les 2 secondes : vérifier si le taux de goom est correct
* et le modifier sinon.. */
if (info->cycle % 64 == 0) {
if (info->speedvar<0.01f)