annotate Gui/mplayer/pixmaps/delsub.xpm @ 14759:8c1d40548612
Sync to x264 r134: weighted prediction for B-frames.
author |
lorenm |
date |
Tue, 22 Feb 2005 05:50:10 +0000 |
parents |
be3261b2bcf4 |
children |
518b5935a909 |
rev |
line source |
13852
|
1 /* XPM */
|
|
2 static char * delsub_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 " "};
|