view Gui/mplayer/gtk/pl.h @ 6371:622d57683187

Fix asf stream wich were giving invalid frame times because the frame time was 0.
author albeu
date Mon, 10 Jun 2002 09:59:44 +0000
parents d47cbcdce1a8
children cc917a581b6e
line wrap: on
line source

#ifndef __GUI_PLAYLIST_H
#define __GUI_PLAYLIST_H

#include <gtk/gtk.h>

extern void HidePlayList( void );
extern GtkWidget* create_PlayList( void );

#endif