summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'config.c')
-rw-r--r--config.c6
1 files changed, 4 insertions, 2 deletions
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));