From 4c6a12e619496d3409ff913208acdf7598624c01 Mon Sep 17 00:00:00 2001 From: ulion Date: Tue, 11 Dec 2007 10:12:58 +0000 Subject: Fix spudec to display current vobsub immediately after a seek. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25350 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mpcommon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpcommon.c') diff --git a/mpcommon.c b/mpcommon.c index 0a8bf790c0..fb99f7e4ab 100644 --- a/mpcommon.c +++ b/mpcommon.c @@ -97,7 +97,7 @@ void update_subtitles(sh_video_t *sh_video, demux_stream_t *d_dvdsub, int reset) } } if (len<=0 || !packet) break; - if (timestamp >= 0) + if (vo_vobsub || timestamp >= 0) spudec_assemble(vo_spudec, packet, len, timestamp); } -- cgit v1.2.3