Mercurial > mplayer.hg
annotate 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 |
rev | line source |
---|---|
23077 | 1 /* XPM */ |
25715
09c3ce60f369
Make xpm arrays really const (I missed that they are not strings but
reimar
parents:
23077
diff
changeset
|
2 static const char * const url_xpm[] = { |
23077 | 3 "16 16 2 1", |
4 " c None", | |
5 ". c #000000", | |
6 " ", | |
7 " ", | |
8 " ", | |
9 " ", | |
10 " .. .. .. ", | |
11 " .. .. .. ", | |
12 " .. .. ", | |
13 " .. .. ", | |
14 " .. .. ", | |
15 " .. .. ", | |
16 " .. .. .. ", | |
17 " .. .. .. ", | |
18 " ", | |
19 " ", | |
20 " ", | |
21 " "}; |