mirror of https://github.com/mpv-player/mpv
10l
patch by Christian LESTRADE <christian.lestrade@free.fr> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8766 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8e00a1b2dc
commit
6e6b3fdac2
|
@ -1030,6 +1030,7 @@ int main(int argc, char **argv) {
|
|||
|
||||
abuffer = (unsigned char*)malloc(width*height);
|
||||
if (abuffer==NULL) ERROR("malloc failed.");
|
||||
memset(abuffer, 0, width*height);
|
||||
alpha();
|
||||
write_bitmap(abuffer, 'a');
|
||||
|
||||
|
|
Loading…
Reference in New Issue