summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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