view Gui/mplayer/pixmaps/url.xpm @ 22103:0427f8190a12

Do not read beyond end of data chunk if chunk_size is set. Sample: http://samples.mplayerhq.hu/A-codecs/wavpcm/ahh.wav
author reimar
date Sun, 04 Feb 2007 09:33:57 +0000
parents 518b5935a909
children
line wrap: on
line source

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