summaryrefslogtreecommitdiff
path: root/xine_input_vdr.c
diff options
context:
space:
mode:
Diffstat (limited to 'xine_input_vdr.c')
-rw-r--r--xine_input_vdr.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/xine_input_vdr.c b/xine_input_vdr.c
index 7586c4b3..5e0b1c76 100644
--- a/xine_input_vdr.c
+++ b/xine_input_vdr.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: xine_input_vdr.c,v 1.297 2010-02-19 14:10:55 phintuka Exp $
+ * $Id: xine_input_vdr.c,v 1.298 2010-02-19 14:12:29 phintuka Exp $
*
*/
@@ -134,7 +134,7 @@ typedef struct {
# include <linux/unistd.h> /* syscall(__NR_gettid) */
#endif
-static const char module_revision[] = "$Id: xine_input_vdr.c,v 1.297 2010-02-19 14:10:55 phintuka Exp $";
+static const char module_revision[] = "$Id: xine_input_vdr.c,v 1.298 2010-02-19 14:12:29 phintuka Exp $";
static const char log_module_input_vdr[] = "[input_vdr] ";
#define LOG_MODULENAME log_module_input_vdr
#define SysLogLevel iSysLogLevel
@@ -1417,6 +1417,8 @@ static void set_still_mode(vdr_input_plugin_t *this, int still_mode)
if (this->still_mode)
reset_scr_tuning(this, this->speed_before_pause);
+
+ this->metronom->set_still_mode(this->metronom, still_mode);
}
static void queue_blank_yv12(vdr_input_plugin_t *this)