Mercurial > mplayer.hg
changeset 12795:ab369fe35121
10l
author | faust3 |
---|---|
date | Sun, 11 Jul 2004 13:43:43 +0000 |
parents | 0d17f2b4292c |
children | 24075685789b |
files | libao2/ao_win32.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libao2/ao_win32.c Sun Jul 11 12:45:59 2004 +0000 +++ b/libao2/ao_win32.c Sun Jul 11 13:43:43 2004 +0000 @@ -162,7 +162,6 @@ 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);