summaryrefslogtreecommitdiffstats
path: root/defaultopts.c
diff options
context:
space:
mode:
Diffstat (limited to 'defaultopts.c')
-rw-r--r--defaultopts.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/defaultopts.c b/defaultopts.c
index 8cb86c0457..d9485c24bf 100644
--- a/defaultopts.c
+++ b/defaultopts.c
@@ -22,7 +22,6 @@ void set_default_mplayer_options(struct MPOpts *opts)
.vo_gamma_hue = 1000,
.osd_level = 1,
.osd_duration = 1000,
- .stream_dump_name = "stream.dump",
.loop_times = -1,
.ordered_chapters = 1,
.chapter_merge_threshold = 100,
@@ -33,7 +32,6 @@ void set_default_mplayer_options(struct MPOpts *opts)
.user_correct_pts = -1,
.initial_audio_sync = 1,
.term_osd = 2,
- .term_osd_esc = "\x1b[A\r\x1b[K",
.consolecontrols = 1,
.doubleclick_time = 300,
.audio_id = -1,
@@ -62,7 +60,6 @@ void set_default_mplayer_options(struct MPOpts *opts)
.error_concealment = 3,
},
.input = {
- .config_file = "input.conf",
.key_fifo_size = 7,
.ar_delay = 100,
.ar_rate = 8,