Mercurial > mplayer.hg
view gui/dialog/pixmaps/chapter.xpm @ 37072:9ed2c7f5c941
Rewrite add_vf().
Prefer calloc() to malloc().
As a result, vf_settings[1] doesn't need to be cleared.
Additionally, check the result of the allocation.
author | ib |
---|---|
date | Thu, 24 Apr 2014 12:50:14 +0000 |
parents | 3c901704a27c |
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", " .. ", " .++. ", ".++++. ", ".++++. . . ", " .++. .@. .@. ", " .. .@@@..@@@.", " .@. .@. ", " . . ", " .. ", " .++. ", ".++++. ", ".++++. . . ", " .++. .@. .@. ", " .. .@@@..@@@.", " .@. .@. ", " . . "};