annotate Gui/mplayer/gtk/eq.h @ 8996:c5772dde2914

- restore old behaviour of -channels,-srate,-format - disable audio if libaf init failed (to avoid sig11 in decoder)
author arpi
date Sat, 18 Jan 2003 19:08:42 +0000
parents 8e9607c5897e
children
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 GtkWidget * create_Equalizer( void );
fd3ac41ee1a1 add equalizer support and fix some small bug...
pontscho
parents: 6626
diff changeset
10 extern void ShowEqualizer( void );
fd3ac41ee1a1 add equalizer support and fix some small bug...
pontscho
parents: 6626
diff changeset
11
7092
8e9607c5897e - warning fixes from Dominik Mierzejewski <dominik@rangers.eu.org>
pontscho
parents: 6794
diff changeset
12 #endif