summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTorsten Jager <t.jager@gmx.de>2011-11-23 11:13:10 +0200
committerTorsten Jager <t.jager@gmx.de>2011-11-23 11:13:10 +0200
commit25632f534d274fcee425ba63d298f9aa4ae76741 (patch)
tree14aeba1dd29b51419e96104564f7482805b65188 /src
parentfbab810f67b7febf0dd779cc974784cfefec1154 (diff)
downloadxine-lib-25632f534d274fcee425ba63d298f9aa4ae76741.tar.gz
xine-lib-25632f534d274fcee425ba63d298f9aa4ae76741.tar.bz2
Use PTS timestamps with DVB subtitles
Diffstat (limited to 'src')
-rw-r--r--src/libspudvb/xine_spudvb_decoder.c2
1 files changed, 1 insertions, 1 deletions
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 */