From 6ad9ef57e3a84c27d006ea147b4e84d8cdb1e74e Mon Sep 17 00:00:00 2001 From: arpi Date: Sat, 30 Mar 2002 23:18:40 +0000 Subject: [PATCH] 10l - fixed soem weird sig11 at multifile git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5411 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mplayer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mplayer.c b/mplayer.c index b0d8771dc2..c05cebb755 100644 --- a/mplayer.c +++ b/mplayer.c @@ -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