summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorworo <woro@e10066b5-e1e2-0310-b819-94efdf66514b>2008-04-20 14:07:46 +0000
committerworo <woro@e10066b5-e1e2-0310-b819-94efdf66514b>2008-04-20 14:07:46 +0000
commit89aeddd2a0674b6c6cab4244022d4484cc198831 (patch)
tree071847faefd75e19f3a2b4e1ab916c1fb08d3948
parente7ad0f841141fda2e580cf428b88a79b2a5e6d90 (diff)
downloadvdr-plugin-muggle-89aeddd2a0674b6c6cab4244022d4484cc198831.tar.gz
vdr-plugin-muggle-89aeddd2a0674b6c6cab4244022d4484cc198831.tar.bz2
when showing covers as bitmaps, honour the image show duration from setup
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1200 e10066b5-e1e2-0310-b819-94efdf66514b
-rw-r--r--HISTORY3
-rw-r--r--vdr_player.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index d182800..bb160fa 100644
--- a/HISTORY
+++ b/HISTORY
@@ -355,3 +355,6 @@ XXXXXXXXXX: Version 0.0.8-ALPHA
- rename background mode to image mode which is more appropriate since the
last changes. Since this also changes the name under which the value is
stored in the setup file, you will lose your old value after updating.
+
+2008-xx-xx Version 0.2.2-BETA
+- when showing covers as bitmaps, honour the image show duration from setup
diff --git a/vdr_player.c b/vdr_player.c
index 5945597..fcb481d 100644
--- a/vdr_player.c
+++ b/vdr_player.c
@@ -1429,7 +1429,7 @@ mgPlayerControl::CheckImage() {
return;
long elapsed=time(0)-m_imageshowtime;
if (elapsed >= the_setup.ImageShowDuration
- || (m_current_image.size()==0 && elapsed>1)) {
+ || (m_current_imagesource.size()==0 && elapsed>1)) {
// all n decoding steps
m_current_image = m_img_provider->getImagePath(m_current_imagesource);
// check for TFT display of image