mirror of
https://github.com/mpv-player/mpv
synced 2025-03-19 18:05:21 +00:00
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:
parent
2c0895883e
commit
6ad9ef57e3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user