git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12796 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
faust3 2004-07-11 13:43:43 +00:00
parent 5ca7793b78
commit a97b5a5285
1 changed files with 0 additions and 1 deletions

View File

@ -162,7 +162,6 @@ static int init(int rate,int channels,int format,int flags)
mp_msg(MSGT_AO, MSGL_ERR,"ao_win32: unable to open wave mapper device\n");
return 0;
}
//save volume
//allocate buffer memory as one big block
buffer = malloc(totalBufferSize);
memset(buffer,0x0,totalBufferSize);