diff mpcommon.c @ 25322:078bdfd44751

Fix spudec to display current vobsub immediately after a seek.
author ulion
date Tue, 11 Dec 2007 10:12:58 +0000
parents 8873c972c6aa
children 1cfa39a320cc
line wrap: on
line diff
--- a/mpcommon.c	Tue Dec 11 08:17:49 2007 +0000
+++ b/mpcommon.c	Tue Dec 11 10:12:58 2007 +0000
@@ -97,7 +97,7 @@
 		}
 	    }
 	    if (len<=0 || !packet) break;
-	    if (timestamp >= 0)
+	    if (vo_vobsub || timestamp >= 0)
 		spudec_assemble(vo_spudec, packet, len, timestamp);
 	}