view gui/dialog/pixmaps/subtitle.xpm @ 37139:1f7173bd5ff4

avfilter/x86/vf_pullup: fix old typo This should makes C and MMX match Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
author michael
date Tue, 08 Jul 2014 02:23:07 +0000
parents 3c901704a27c
children
line wrap: on
line source

/* XPM */
static const char *const subtitle_xpm[] = {
"16 16 3 1 0 0",
"  c #000000",
"! c #FFFFFF",
"# c None",
"################",
"################",
"##             #",
"#  !!!!!!!!!!!  ",
"# !           ! ",
"# !           ! ",
"# !           ! ",
"# !           ! ",
"# ! !!! !! !! ! ",
"# !           ! ",
"# ! !! !!! !! ! ",
"# !           ! ",
"#  !!!!!!!!!!!  ",
"##             #",
"################",
"################"
};