# HG changeset patch # User arpi # Date 1017530320 0 # Node ID 5838af403d1af9527780945de65ce60a5d543e48 # Parent 05424017e0f2ad78935bd7ad0b9ef015ac0627c8 10l - fixed soem weird sig11 at multifile diff -r 05424017e0f2 -r 5838af403d1a mplayer.c --- a/mplayer.c Sat Mar 30 23:02:13 2002 +0000 +++ b/mplayer.c Sat Mar 30 23:18:40 2002 +0000 @@ -1120,9 +1120,9 @@ 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