projects
/
vompclient-marten.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8c7e6e
)
Fix skip delay on MVP when subs are off
author
Chris Tallon
<chris@vomp.tv>
Sun, 13 Jan 2013 14:46:10 +0000
(14:46 +0000)
committer
Chris Tallon
<chris@vomp.tv>
Sun, 13 Jan 2013 14:46:10 +0000
(14:46 +0000)
vvideorec.cc
patch
|
blob
|
history
diff --git
a/vvideorec.cc
b/vvideorec.cc
index d3520d9f59eaf4c0e35b47f78d985d6fc4cc2314..e813b6397ed5ef13fb8b92477bcc6aef1204567d 100644
(file)
--- a/
vvideorec.cc
+++ b/
vvideorec.cc
@@
-787,7
+787,7
@@
void VVideoRec::doAudioSelector()
void VVideoRec::doBar(int action)
{
- clearOSD(); // remove dvbsubtitles
+
if (player->isSubtitlesOn())
clearOSD(); // remove dvbsubtitles
player->tellSubtitlesOSDVisible(true);
barShowing = true;