view gui/mplayer/gtk/eq.h @ 23584:a01f8876ea2c

adding Blackfin swscale_bfin infrastructure, and the first swscale routine uyvy to yv12 video resampler
author mhoffman
date Fri, 22 Jun 2007 12:45:18 +0000
parents 17bf4f4b0715
children 3f0d00abc073
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