[MPlayer-cvslog] r38624 - trunk/gui/dialog/equalizer.c

ib subversion at mplayerhq.hu
Tue Jun 25 15:19:09 EEST 2024


Author: ib
Date: Tue Jun 25 15:19:09 2024
New Revision: 38624

Log:
Add a comment.

Modified:
   trunk/gui/dialog/equalizer.c

Modified: trunk/gui/dialog/equalizer.c
==============================================================================
--- trunk/gui/dialog/equalizer.c	Tue Jun 25 15:18:41 2024	(r38623)
+++ trunk/gui/dialog/equalizer.c	Tue Jun 25 15:19:09 2024	(r38624)
@@ -59,7 +59,7 @@ static GtkWidget * Ok, * Clear, * Config
 static GtkWidget * A3125,  * A125, * A6250, * A250, * A500, * A1000, * A2000, * A4000, * A8000, * A16000;
 static GtkAdjustment * A3125adj, * A125adj, * A6250adj, * A250adj, * A500adj, * A1000adj, * A2000adj, * A4000adj, * A8000adj, * A16000adj;
 
-static int Channel = -1;
+static int Channel = -1;   // the selected channel, or -1 (all channels)
 
 // ---
 


More information about the MPlayer-cvslog mailing list