From 3be4fa6e1dd2dc9c7114e5e29ac40477b246f9ec Mon Sep 17 00:00:00 2001 From: phelin Date: Mon, 17 Sep 2007 20:58:49 +0000 Subject: Fix tvtime parameters. --- setup_menu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup_menu.c') diff --git a/setup_menu.c b/setup_menu.c index a92e0a63..971a3d1b 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.36 2007-09-17 17:56:26 phelin Exp $ + * $Id: setup_menu.c,v 1.37 2007-09-17 20:58:49 phelin Exp $ * */ @@ -470,7 +470,7 @@ struct tvtime_s { snprintf(buf, sizeof(buf), "method=%s,cheap_mode=%d,pulldown=%s,framerate_mode=%s," "judder_correction=%d,use_progressive_frame_flag=%d," - "chroma_filter=%d,enable=1", + "chroma_filter=%d,enabled=1", tvtime_method[method], cheap_mode, tvtime_pulldown[pulldown], tvtime_framerate[framerate], judder_correction, use_progressive_frame_flag, chroma_filter); -- cgit v1.2.3