From 74e6fb2c01ff7cb83c91510a41a63a0d6c435006 Mon Sep 17 00:00:00 2001 From: reimar Date: Mon, 30 Mar 2009 17:05:39 +0000 Subject: Set the forced_subs_only value correctly whenever a new spudec is created. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29108 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mencoder.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mencoder.c') diff --git a/mencoder.c b/mencoder.c index 2d9d037e22..bd2ca83d7f 100644 --- a/mencoder.c +++ b/mencoder.c @@ -698,6 +698,8 @@ vo_spudec=spudec_new_scaled(stream->type==STREAMTYPE_DVD?((dvd_priv_t *)(stream- sh_video->disp_w, sh_video->disp_h, NULL, 0); } #endif +if (vo_spudec) + spudec_set_forced_subs_only(vo_spudec, forced_subs_only); } ostream = open_output_stream(out_filename, 0); -- cgit v1.2.3