git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11545 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rtognimp 2003-11-30 19:04:27 +00:00
parent f5513c3440
commit 9b65101a60
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ int demux_open_ra(demuxer_t* demuxer)
break;
case FOURCC_288:
mp_msg(MSGT_DEMUX,MSGL_V,"Audio: 28_8\n");
sh->wf->cbSize = 8/*+codecdata_length*/;
sh->wf->cbSize = 10/*+codecdata_length*/;
sh->wf = realloc(sh->wf, sizeof(WAVEFORMATEX)+sh->wf->cbSize);
((short*)(sh->wf+1))[0]=0;
((short*)(sh->wf+1))[1]=ra_priv->sub_packet_h;