Change comment to refer to right variable.
authorStefan Kost <ensonic@users.sf.net>
Sun, 25 Jan 2009 20:31:52 +0000 (22:31 +0200)
committerStefan Kost <ensonic@users.sf.net>
Sun, 25 Jan 2009 20:31:52 +0000 (22:31 +0200)
gst/synaesthesia/synaescope.h

index 456f720334139d6085f3d6ec60943d7b06d9e583..a783db3409ae6d610304d3060c3d07a55663cfb5 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <glib.h>
 
-/* 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)