From 28d3578d0d6f769d707816c62d93d39944f891f1 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Sun, 25 Jan 2009 22:31:52 +0200 Subject: [PATCH] Change comment to refer to right variable. --- gst/synaesthesia/synaescope.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/synaesthesia/synaescope.h b/gst/synaesthesia/synaescope.h index 456f7203..a783db34 100644 --- a/gst/synaesthesia/synaescope.h +++ b/gst/synaesthesia/synaescope.h @@ -23,7 +23,7 @@ #include -/* FIXME: we should set this automatically based on height */ +/* FIXME: we should set this automatically based on resy */ #define FFT_BUFFER_SIZE_LOG 10 #define FFT_BUFFER_SIZE (1 << FFT_BUFFER_SIZE_LOG) -- 2.34.1