Mercurial > mplayer.hg
view gui/mplayer/pixmaps/chapter.xpm @ 30144:0a92a14ced38
Change vo_png to use FFmpeg's png encoder instead of libpng.
author | reimar |
---|---|
date | Sun, 03 Jan 2010 16:26:30 +0000 |
parents | 09c3ce60f369 |
children |
line wrap: on
line source
/* XPM */ static const char * const chapter_xpm[] = { "16 16 4 1", " c None", ". c #000000", "+ c #FFFFFF", "@ c #CD0909", " .. ", " .++. ", ".++++. ", ".++++. . . ", " .++. .@. .@. ", " .. .@@@..@@@.", " .@. .@. ", " . . ", " .. ", " .++. ", ".++++. ", ".++++. . . ", " .++. .@. .@. ", " .. .@@@..@@@.", " .@. .@. ", " . . "};