From 25632f534d274fcee425ba63d298f9aa4ae76741 Mon Sep 17 00:00:00 2001 From: Torsten Jager Date: Wed, 23 Nov 2011 11:13:10 +0200 Subject: Use PTS timestamps with DVB subtitles --- src/libspudvb/xine_spudvb_decoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/libspudvb/xine_spudvb_decoder.c b/src/libspudvb/xine_spudvb_decoder.c index 339a6ad80..1a54bc8e5 100644 --- a/src/libspudvb/xine_spudvb_decoder.c +++ b/src/libspudvb/xine_spudvb_decoder.c @@ -790,7 +790,7 @@ static void spudec_decode_data (spu_decoder_t * this_gen, buf_element_t * buf) } /* completely ignore pts since it makes a lot of problems with various providers */ - this->vpts = 0; + /* this->vpts = 0; */ /* process the pes section */ -- cgit v1.2.3