Mercurial > mplayer.hg
view Gui/mplayer/pixmaps/aspect.xpm @ 18400:dfef33ea6ddc
change the type of esp in SwsContext to uint64_t so it can hold a full register
also on 64 bit systems.
author | reimar |
---|---|
date | Sun, 07 May 2006 18:14:49 +0000 |
parents | be3261b2bcf4 |
children | 518b5935a909 |
line wrap: on
line source
/* XPM */ static char * aspect_xpm[] = { "16 16 3 1", " c None", ". c #000000", "+ c #FFFFFF", " ", " ", " ............. ", " .+++++++++++++.", " .+....+...+..+.", " .++++++...+..+.", " .+........+..+.", " .+........+..+.", " .+........+..+.", " .++++++++++..+.", " .+...........+.", " .+...........+.", " .+++++++++++++.", " ............. ", " ", " "};