mirror of
https://github.com/mpv-player/mpv
synced 2025-02-25 01:37:21 +00:00
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:
parent
9673b62342
commit
e96035db2e
@ -652,6 +652,7 @@ if (demuxer->audio->id >= -1){
|
||||
{
|
||||
mp_msg(MSGT_DEMUX, MSGL_ERR, "VIVO: Not support audio codec (%d)\n",
|
||||
priv->audio_codec);
|
||||
free_sh_audio(sh);
|
||||
goto nosound;
|
||||
}
|
||||
|
||||
@ -713,7 +714,6 @@ if (demuxer->audio->id >= -1){
|
||||
sh->ds=demuxer->audio;
|
||||
demuxer->audio->id=1;
|
||||
nosound:
|
||||
free_sh_audio(sh);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user