Mercurial > mplayer.hg
annotate Gui/mplayer/pixmaps/a235.xpm @ 20298:3c469a2030e7
What is the meaning of the numbers on the status line during the encoding process?
Taken after Nico's explanation on MEncoder-users ML
author | gpoirier |
---|---|
date | Thu, 19 Oct 2006 08:20:32 +0000 |
parents | 518b5935a909 |
children |
rev | line source |
---|---|
13852 | 1 /* XPM */ |
18773
518b5935a909
Make most of the xpm-files read 'const char*' instead of 'char*'
diego
parents:
13852
diff
changeset
|
2 static const char * a235_xpm[] = { |
13852 | 3 "18 16 3 1", |
4 " c None", | |
5 ". c #000000", | |
6 "+ c #FFFFFF", | |
7 " ", | |
8 " ", | |
9 " ", | |
10 " ................ ", | |
11 "..++++++++++++++..", | |
12 ".+..............+.", | |
13 ".+..++..+.++.++.+.", | |
14 ".+.+..+....+.+..+.", | |
15 ".+...+....++.++.+.", | |
16 ".+..+......+..+.+.", | |
17 ".+.++++.+.++.++.+.", | |
18 ".+..............+.", | |
19 "..++++++++++++++..", | |
20 " ................ ", | |
21 " ", | |
22 " "}; |