annotate Gui/mplayer/gtk/eq.h @ 6763:e29f95ed5d36

Fix vbr muxing and win32 codec crash on init
author albeu
date Sun, 21 Jul 2002 14:36:33 +0000
parents fd3ac41ee1a1
children 77980ab4e296
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6627
fd3ac41ee1a1 add equalizer support and fix some small bug...
pontscho
parents: 6626
diff changeset
1
fd3ac41ee1a1 add equalizer support and fix some small bug...
pontscho
parents: 6626
diff changeset
2 #ifndef __GUI_EQ_H
fd3ac41ee1a1 add equalizer support and fix some small bug...
pontscho
parents: 6626
diff changeset
3 #define __GUI_EQ_H
fd3ac41ee1a1 add equalizer support and fix some small bug...
pontscho
parents: 6626
diff changeset
4
fd3ac41ee1a1 add equalizer support and fix some small bug...
pontscho
parents: 6626
diff changeset
5 #include <gtk/gtk.h>
fd3ac41ee1a1 add equalizer support and fix some small bug...
pontscho
parents: 6626
diff changeset
6
fd3ac41ee1a1 add equalizer support and fix some small bug...
pontscho
parents: 6626
diff changeset
7 extern GtkWidget * Equalizer;
6626
036948569977 First probe :)
pontscho
parents:
diff changeset
8
6627
fd3ac41ee1a1 add equalizer support and fix some small bug...
pontscho
parents: 6626
diff changeset
9 extern int gtkEnableAudioEqualizer;
fd3ac41ee1a1 add equalizer support and fix some small bug...
pontscho
parents: 6626
diff changeset
10 extern int gtkEnableVideoEqualizer;
fd3ac41ee1a1 add equalizer support and fix some small bug...
pontscho
parents: 6626
diff changeset
11
fd3ac41ee1a1 add equalizer support and fix some small bug...
pontscho
parents: 6626
diff changeset
12 extern GtkWidget * create_Equalizer( void );
fd3ac41ee1a1 add equalizer support and fix some small bug...
pontscho
parents: 6626
diff changeset
13 extern void ShowEqualizer( void );
fd3ac41ee1a1 add equalizer support and fix some small bug...
pontscho
parents: 6626
diff changeset
14
fd3ac41ee1a1 add equalizer support and fix some small bug...
pontscho
parents: 6626
diff changeset
15 #endif