Mercurial > mplayer.hg
view gui/dialog/pixmaps/empty1px.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 empty1px_xpm[] = { "1 1 1 1", " c None", " "};