view Gui/mplayer/gtk/eq.h @ 18179:3628371ad165

We now have CJPG samples and they work with the CJPG and ijpg decoders.
author diego
date Sat, 22 Apr 2006 11:22:18 +0000
parents 8e9607c5897e
children
line wrap: on
line source


#ifndef __GUI_EQ_H
#define __GUI_EQ_H

#include <gtk/gtk.h>

extern GtkWidget * Equalizer;

extern GtkWidget * create_Equalizer( void );
extern void ShowEqualizer( void );

#endif