Mercurial > mplayer.hg
view Gui/mplayer/gtk/mb.h @ 5408:f9cd6381e327
reworked ADPCM decoders; changes include:
* fixed MS IMA ADPCM
* dissolved adpcm.c/.h into appropriate ad_* decoders
* DK4 audio is handled directly by IMA ADPCM decoder (this obsoletes
ad_dk4adpcm.c)
author | melanson |
---|---|
date | Sat, 30 Mar 2002 22:27:45 +0000 |
parents | d47cbcdce1a8 |
children | b9651eb9749e |
line wrap: on
line source
#ifndef __GUI_MESSAGEBOX_H #define __GUI_MESSAGEBOX_H #include <gtk/gtk.h> extern GtkWidget * gtkMessageBoxText; extern GtkWidget * create_MessageBox( int type ); #endif