summaryrefslogtreecommitdiffstats
path: root/my_profile.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-08 18:36:36 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-08 18:36:36 +0000
commit67bcd74563130d69a954a8f41ad39d15edd8a500 (patch)
tree74741e4f533e736bb5bcd5d41a27923b719dbea2 /my_profile.c
parent973937466659063159b0fe8d8d83b43b8e7b0a31 (diff)
downloadmpv-67bcd74563130d69a954a8f41ad39d15edd8a500.tar.bz2
mpv-67bcd74563130d69a954a8f41ad39d15edd8a500.tar.xz
I have seen problems where DVD subtitles don't display
at the right time and sometimes they don't appear at all. The problem stems from the fact that subtitle command packets are being applied as soon as they are read and assembled from the input stream. Sometimes, a fully assembled subtitle packet arrives at the spudec_assemble function before the previous subtitle appears onscreen and thus the viewer only sees the second subtitle. So I created a patch that queues assembled subtitle packets and applies them at the appropriate time within the heartbeat function. The reset function clears the packet queue when seeking through the video. Tomasz Farkas <tomasz_farkas@yahoo.co.uk> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8844 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'my_profile.c')
0 files changed, 0 insertions, 0 deletions