100l Fix audio decoding and random sig11

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11651 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rtognimp 2003-12-15 22:39:32 +00:00
parent 9673b62342
commit e96035db2e
1 changed files with 1 additions and 1 deletions

View File

@ -652,6 +652,7 @@ if (demuxer->audio->id >= -1){
{ {
mp_msg(MSGT_DEMUX, MSGL_ERR, "VIVO: Not support audio codec (%d)\n", mp_msg(MSGT_DEMUX, MSGL_ERR, "VIVO: Not support audio codec (%d)\n",
priv->audio_codec); priv->audio_codec);
free_sh_audio(sh);
goto nosound; goto nosound;
} }
@ -713,7 +714,6 @@ if (demuxer->audio->id >= -1){
sh->ds=demuxer->audio; sh->ds=demuxer->audio;
demuxer->audio->id=1; demuxer->audio->id=1;
nosound: nosound:
free_sh_audio(sh);
} }
} }