From 689ba0af1b5ede835abe61a803f7e07c0acd6c62 Mon Sep 17 00:00:00 2001 From: phintuka Date: Mon, 18 Jun 2007 11:43:59 +0000 Subject: Move subtitle position to config_t --- config.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'config.c') diff --git a/config.c b/config.c index 7a8e52c4..76a58441 100644 --- a/config.c +++ b/config.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: config.c,v 1.40 2007-06-12 19:28:37 phintuka Exp $ + * $Id: config.c,v 1.41 2007-06-18 11:43:59 phintuka Exp $ * */ @@ -291,6 +291,7 @@ config_t::config_t() { ffmpeg_pp = 0; ffmpeg_pp_quality = 3; strn0cpy(ffmpeg_pp_mode, "de", sizeof(ffmpeg_pp_mode)); + subtitle_vpos = 0; unsharp = 0; unsharp_luma_matrix_width = 5; @@ -365,11 +366,12 @@ config_t::config_t() { use_x_keyboard = 1; + // video settings + overscan = 0; hue = -1; saturation = -1; contrast = -1; brightness = -1; - overscan = 0; strn0cpy(browse_files_dir, VideoDirectory, sizeof(browse_files_dir)); strn0cpy(browse_music_dir, VideoDirectory, sizeof(browse_music_dir)); -- cgit v1.2.3