diff mplayer.c @ 7460:fdf31bb0450f

New option for mplayer: -dumpmicrodvdsub
author kmkaplan
date Sat, 21 Sep 2002 17:23:46 +0000
parents 8669e56d2d98
children c4434bdf6e51
line wrap: on
line diff
--- a/mplayer.c	Sat Sep 21 16:04:14 2002 +0000
+++ b/mplayer.c	Sat Sep 21 17:23:46 2002 +0000
@@ -1204,6 +1204,7 @@
   if(subtitles && stream_dump_type==3) list_sub_file(subtitles);
   if(subtitles && stream_dump_type==4) dump_mpsub(subtitles, sh_video->fps);
   if(subtitles && stream_dump_type==6) dump_srt(subtitles, sh_video->fps);
+  if(subtitles && stream_dump_type==7) dump_microdvd(subtitles, sh_video->fps);
 }
 #endif