view gui/mplayer/pixmaps/delsub.xpm @ 28488:01afb64ccf4a

Move documentation of sws_getCachedContext() from swscale.c to swscale.h.
author stefano
date Tue, 10 Feb 2009 23:26:56 +0000
parents 09c3ce60f369
children
line wrap: on
line source

/* XPM */
static const char * const delsub_xpm[] = {
"16 16 3 1",
" 	c None",
".	c #CD0909",
"+	c #000000",
"                ",
"                ",
".              .",
" ..          .. ",
" ++. +   + +.+  ",
"+   ..   + .  + ",
"+    +.  ..+  + ",
" ++  + ..+ +++  ",
"   + + . . +  + ",
"   + ..  +..  + ",
"+++ . +++  +.+  ",
"   .         .. ",
" ..            .",
".               ",
"                ",
"                "};