annotate Gui/mplayer/pixmaps/dolby.xpm @ 18084:6a56ae7837b1
Document sinesupress audio filter, thanks to the help of Michael Niedermayer and Jan Knutar.
author |
gpoirier |
date |
Thu, 13 Apr 2006 21:25:37 +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 "................"};
|