From 0955d2393468b2a92ef3e1a79f512a19613e3375 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 8 Dec 2003 18:35:39 +0000 Subject: vobsub seeking support by Lu Ran git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11590 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mplayer.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mplayer.c') diff --git a/mplayer.c b/mplayer.c index 6e22bb6792..a90094f600 100644 --- a/mplayer.c +++ b/mplayer.c @@ -3398,7 +3398,8 @@ if(rel_seek_secs || abs_seek_pos){ /* FIXME there should be real seeking for vobsub */ if(sh_video) sh_video->pts=d_video->pts; if (vo_vobsub) - vobsub_reset(vo_vobsub); + //vobsub_reset(vo_vobsub); + vobsub_seek(vo_vobsub,sh_video->pts); #if 0 if(sh_video && d_video->packs == 0) ds_fill_buffer(d_video); -- cgit v1.2.3