summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-30 23:18:40 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-30 23:18:40 +0000
commit6ad9ef57e3a84c27d006ea147b4e84d8cdb1e74e (patch)
treefba7fda81042b5cccc10bb65481a4c55a893bc2e /mplayer.c
parent2c0895883ebc655749fecd52b1b87399f2163993 (diff)
downloadmpv-6ad9ef57e3a84c27d006ea147b4e84d8cdb1e74e.tar.bz2
mpv-6ad9ef57e3a84c27d006ea147b4e84d8cdb1e74e.tar.xz
10l - fixed soem weird sig11 at multifile
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5411 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
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