diff mencoder.c @ 29069:dc5daa853163

Set the forced_subs_only value correctly whenever a new spudec is created.
author reimar
date Mon, 30 Mar 2009 17:05:39 +0000
parents 3f597aacbb69
children 550ea315bdd8
line wrap: on
line diff
--- a/mencoder.c	Mon Mar 30 12:23:28 2009 +0000
+++ b/mencoder.c	Mon Mar 30 17:05:39 2009 +0000
@@ -698,6 +698,8 @@
                            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);