view Gui/mplayer/gtk/url.h @ 22939:1f15b1ed55b1

r22916: Ability to specify video and audio capture device names r22948: documented -mpegopts :interleaving2 r22949: more human description of -mpegopts :interleaving2
author voroshil
date Mon, 09 Apr 2007 16:44:23 +0000
parents e9bd97d5c5cc
children
line wrap: on
line source


#ifndef _URL_H
#define _URL_H

extern GtkWidget * URL;
extern int         gtkVURLDialogBox;

extern void ShowURLDialogBox( void );
extern GtkWidget * create_URL( void );

#endif