annotate Gui/mplayer/pixmaps/dolby.xpm @ 18095:5327871ea0e5
missing free in case sdpplin_parse_stream returns invalid stream.
author |
reimar |
date |
Fri, 14 Apr 2006 14:10:04 +0000 |
parents |
be3261b2bcf4 |
children |
518b5935a909 |
rev |
line source |
13852
|
1 /* XPM */
|
|
2 static char * dolby_xpm[] = {
|
|
3 "16 11 9 1",
|
|
4 " c None",
|
|
5 ". c #000000",
|
|
6 "+ c #C3C828",
|
|
7 "@ c #BCBF27",
|
|
8 "# c #DBE82C",
|
|
9 "$ c #B5B626",
|
|
10 "% c #CAD229",
|
|
11 "& c #CDD62A",
|
|
12 "* c #C6CD29",
|
|
13 "................",
|
|
14 ".+@@###..###@@+.",
|
|
15 ".$...%#..#%...$.",
|
|
16 ".$....#..#....$.",
|
|
17 ".$....&..&....$.",
|
|
18 ".$....&..&....$.",
|
|
19 ".$....&..&....$.",
|
|
20 ".$....#..#....$.",
|
|
21 ".$...%#..#%...$.",
|
|
22 ".+@@*##..##*@@+.",
|
|
23 "................"};
|