view gui/mplayer/pixmaps/url.xpm @ 32890:96340f2c8c17

Improve stream reset on read error, should now fix bug #1841 in more cases, e.g. also with -cache.
author reimar
date Sun, 27 Feb 2011 14:32:24 +0000
parents 09c3ce60f369
children
line wrap: on
line source

/* XPM */
static const char * const url_xpm[] = {
"16 16 2 1",
" 	c None",
".	c #000000",
"                ",
"                ",
"                ",
"                ",
"   ..   ..  ..  ",
"   ..   ..  ..  ",
"       ..  ..   ",
"       ..  ..   ",
"      ..  ..    ",
"      ..  ..    ",
" ..  ..  ..     ",
" ..  ..  ..     ",
"                ",
"                ",
"                ",
"                "};