1
mirror of https://github.com/mpv-player/mpv synced 2024-10-18 10:25:02 +02:00
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:
arpi 2003-01-04 11:41:13 +00:00
parent 8e00a1b2dc
commit 6e6b3fdac2

View File

@ -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');