sh_audio==NULL hotfix by Robert Varga <nite@hq.alert.sk>

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8594 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-12-28 11:39:31 +00:00
parent 584f9df070
commit a40067b39a
1 changed files with 1 additions and 1 deletions

View File

@ -2658,7 +2658,7 @@ if (stream->type==STREAMTYPE_DVDNAV && dvd_nav_still)
d_audio->id,aid_temp);
// FIXME: need a bettery way to change audio stream id
d_audio->id=dvdsub_id=aid_temp;
resync_audio_stream(sh_audio);
if(sh_audio) resync_audio_stream(sh_audio);
}
break;