Mercurial > mplayer.hg
annotate gui/ui/pixmaps/nosub.xpm @ 34507:582ca9169495
Fix 32-bit png playback with current FFmpeg.
author | cehoyos |
---|---|
date | Tue, 24 Jan 2012 18:11:10 +0000 |
parents | f4a32f67fee7 |
children |
rev | line source |
---|---|
33570 | 1 /* XPM */ |
2 static const char * const nosub_xpm[] = { | |
3 "16 16 3 1", | |
4 " c None", | |
5 ". c #CD0909", | |
6 "+ c #000000", | |
7 " ", | |
8 " ", | |
9 ". .", | |
10 " .. .. ", | |
11 " ++. + + +.+ ", | |
12 "+ .. + . + ", | |
13 "+ +. ..+ + ", | |
14 " ++ + ..+ +++ ", | |
15 " + + . . + + ", | |
16 " + .. +.. + ", | |
17 "+++ . +++ +.+ ", | |
18 " . .. ", | |
19 " .. .", | |
20 ". ", | |
21 " ", | |
22 " "}; |