diff options
author | phintuka <phintuka> | 2007-01-20 23:36:09 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2007-01-20 23:36:09 +0000 |
commit | ec80981b0372a03d2f99139c035db93a35cdf747 (patch) | |
tree | 922613277617890ce5a196918b7c31e8330b4aea | |
parent | 9664d43f9eb260e9af3e58b199b9d0fbb7e665dd (diff) | |
download | xineliboutput-ec80981b0372a03d2f99139c035db93a35cdf747.tar.gz xineliboutput-ec80981b0372a03d2f99139c035db93a35cdf747.tar.bz2 |
Fixed tvtime options string generating (thanks to Petri Helin)
-rw-r--r-- | setup_menu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/setup_menu.c b/setup_menu.c index 908a1e4f..1b1e02ef 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.19 2007-01-20 18:21:27 phintuka Exp $ + * $Id: setup_menu.c,v 1.20 2007-01-20 23:36:09 phintuka Exp $ * */ @@ -445,7 +445,7 @@ struct tvtime_s { const char *ToString(void) { static char buf[256]; - sprintf(buf, "method=%s,cheap_mode=%d,pulldown=%s,framerate=%s," + sprintf(buf, "method=%s,cheap_mode=%d,pulldown=%s,framerate_mode=%s," "judder_correction=%d,use_progressive_frame_flag=%d," "chroma_filter=%d", tvtime_method[method], cheap_mode, tvtime_pulldown[pulldown], |