summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2007-01-22 23:05:18 +0000
committerphintuka <phintuka>2007-01-22 23:05:18 +0000
commitce716e38df486088aaad9c1e4f625b3ffa1d7f37 (patch)
tree6153d61a8ffe1d4825a0efbc7463f71b3ab8ebf2
parentaa43538df91e3aafc658aa8308a6f0d68d3078a7 (diff)
downloadxineliboutput-ce716e38df486088aaad9c1e4f625b3ffa1d7f37.tar.gz
xineliboutput-ce716e38df486088aaad9c1e4f625b3ffa1d7f37.tar.bz2
Added "enable=1" to tvtime options string
-rw-r--r--setup_menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup_menu.c b/setup_menu.c
index 1b1e02ef..c8a5171a 100644
--- a/setup_menu.c
+++ b/setup_menu.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: setup_menu.c,v 1.20 2007-01-20 23:36:09 phintuka Exp $
+ * $Id: setup_menu.c,v 1.21 2007-01-22 23:05:18 phintuka Exp $
*
*/
@@ -447,7 +447,7 @@ struct tvtime_s {
static char buf[256];
sprintf(buf, "method=%s,cheap_mode=%d,pulldown=%s,framerate_mode=%s,"
"judder_correction=%d,use_progressive_frame_flag=%d,"
- "chroma_filter=%d",
+ "chroma_filter=%d,enable=1",
tvtime_method[method], cheap_mode, tvtime_pulldown[pulldown],
tvtime_framerate[framerate], judder_correction,
use_progressive_frame_flag, chroma_filter);