10l - fixed soem weird sig11 at multifile

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5411 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-03-30 23:18:40 +00:00
parent 2c0895883e
commit 6ad9ef57e3
1 changed files with 1 additions and 1 deletions

View File

@ -1120,9 +1120,9 @@ if (vo_spudec==NULL) {
current_module="spudec_init";
vo_spudec=spudec_new_scaled(stream->type==STREAMTYPE_DVD?((dvd_priv_t *)(stream->priv))->cur_pgc->palette:NULL,
sh_video->disp_w, sh_video->disp_h);
}
if (vo_spudec!=NULL)
inited_flags|=INITED_SPUDEC;
}
#endif
#ifdef USE_SUB