Mercurial > mplayer.hg
annotate gui/dialog/pixmaps/rotate90ccw.xpm @ 37109:a625ce680fc3
Support FFmpeg's native Opus decoder.
author | reimar |
---|---|
date | Sun, 18 May 2014 17:51:13 +0000 |
parents | e8559b9913ff |
children |
rev | line source |
---|---|
37081 | 1 /* XPM */ |
2 static const char * const rotate90ccw_xpm[] = { | |
3 "16 16 5 1 0 0", | |
4 " c #4E4E50", | |
5 "! c #4E4E51", | |
6 "# c #4F4F50", | |
7 "$ c #4F4F51", | |
8 "% c None", | |
9 "%%%%%%%%%%%%%%%%", | |
10 "%%%%%%%%%%%%%%%%", | |
11 "%%%%%%%% %%%%", | |
12 "%%%%%% %%", | |
13 "%%%%% %%%%!%", | |
14 "%%%% %%%%%%%%", | |
15 "%%%% #%%%%%%%%", | |
16 "%%% %%%%%%%%%", | |
17 "%%% %%%%%%%%%", | |
18 "%$% %$%%%%%%%", | |
19 "%$ $%%%%%%%", | |
20 "%% %%%%%%%%", | |
21 "%%% %%%%%%%%%", | |
22 "%%%%$$%%%%%%%%%%", | |
23 "%%%%%%%%%%%%%%%%", | |
24 "%%%%%%%%%%%%%%%%" | |
25 }; |