view gui/mplayer/pixmaps/empty.xpm @ 33006:66d908462d76

Initialize guiIntfStruct.VCDTracks. The check for stream->priv has become unnecessary. The initialization also provides for a stream_control() failure.
author ib
date Mon, 21 Mar 2011 19:33:22 +0000
parents 09c3ce60f369
children
line wrap: on
line source

/* XPM */
static const char * const empty_xpm[] = {
"16 16 1 1",
" 	c None",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                "};