view gui/mplayer/pixmaps/url.xpm @ 32618:de37221dff02

Support 0xff as tag for AAC audio and avoid an endless loop for unknown audio format by treating it as MP2/3 but print a very annoying error message in that case.
author reimar
date Sun, 12 Dec 2010 12:51:32 +0000
parents 09c3ce60f369
children
line wrap: on
line source

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