diff mplayer.c @ 8361:2202c00001e3

overlapping subtitles support is now optional, can be disabled (-nooverlapsub) patch by Salvatore Falco <sfalco@studenti.ing.uniroma1.it>
author arpi
date Thu, 05 Dec 2002 00:03:35 +0000
parents ad75993b8deb
children ae74be3e2ed0
line wrap: on
line diff
--- a/mplayer.c	Wed Dec 04 23:58:38 2002 +0000
+++ b/mplayer.c	Thu Dec 05 00:03:35 2002 +0000
@@ -256,6 +256,7 @@
 char *vobsub_name=NULL;
 /*DSP!!char *dsp=NULL;*/
 int   subcc_enabled=0;
+int suboverlap_enabled = 1;
 #ifdef USE_SUB
 subtitle* subtitles=NULL;
 float sub_last_pts = -303;