2008-04-01 16:35:10 +02:00
|
|
|
#include <stddef.h>
|
2008-06-04 07:10:48 +02:00
|
|
|
|
|
|
|
#include "config.h"
|
2008-03-31 05:19:29 +02:00
|
|
|
#include "defaultopts.h"
|
2012-11-09 01:06:43 +01:00
|
|
|
#include "core/options.h"
|
|
|
|
#include "audio/mixer.h"
|
2008-03-31 05:19:29 +02:00
|
|
|
|
|
|
|
void set_default_mplayer_options(struct MPOpts *opts)
|
|
|
|
{
|
|
|
|
*opts = (const struct MPOpts){
|
2008-04-01 16:35:10 +02:00
|
|
|
.audio_driver_list = NULL,
|
|
|
|
.video_driver_list = NULL,
|
2009-03-30 04:06:17 +02:00
|
|
|
.fixed_vo = 1,
|
softvol, ao_pulse: prefer ao_pulse volume control by default
--softvol is enabled by default. For most audio outputs, this is a good
thing, as they have either their own (bad) soft volume implementation,
or control the system mixer. With ao_pulse, the situation is a bit
different: it supports per-application volume (i.e. volume control is
not really global). More importantly, ao_pulse uses a rather large audio
buffer, and changing the volume with mplayer's volume filter has a large
delay. With the native ao_pulse volume control, it's instant, because
PulseAudio's audio filtering happens at a later stage in its processing
pipeline (inaccessible for mplayer).
This means native volume control should really be allowed for ao_pulse,
while it's the reverse for other audio outputs. Make --softvol a choice
option, and add a new "auto" choice. This is default and will use PA's
volume control with ao_pulse, and mplayer's volume filter otherwise
(i.e. the old softvol behavior).
2012-09-18 21:41:22 +02:00
|
|
|
.softvol = SOFTVOL_AUTO,
|
2012-07-29 22:22:28 +02:00
|
|
|
.softvol_max = 200,
|
2010-11-12 13:06:37 +01:00
|
|
|
.ao_buffersize = -1,
|
2012-10-13 17:09:35 +02:00
|
|
|
.vo_wintitle = "mpv - ${media-title}",
|
2008-05-01 10:14:29 +02:00
|
|
|
.monitor_pixel_aspect = 1.0,
|
|
|
|
.vo_panscanrange = 1.0,
|
2011-12-08 11:17:59 +01:00
|
|
|
.cursor_autohide_delay = 1000,
|
2008-04-25 06:12:05 +02:00
|
|
|
.vo_gamma_gamma = 1000,
|
|
|
|
.vo_gamma_brightness = 1000,
|
|
|
|
.vo_gamma_contrast = 1000,
|
|
|
|
.vo_gamma_saturation = 1000,
|
|
|
|
.vo_gamma_hue = 1000,
|
2012-09-17 09:03:45 +02:00
|
|
|
.osd_level = 1,
|
2009-03-30 01:06:58 +02:00
|
|
|
.osd_duration = 1000,
|
2008-04-21 04:18:40 +02:00
|
|
|
.loop_times = -1,
|
2009-04-08 01:37:27 +02:00
|
|
|
.ordered_chapters = 1,
|
2010-11-26 15:56:05 +01:00
|
|
|
.chapter_merge_threshold = 100,
|
2010-11-11 16:36:09 +01:00
|
|
|
.stream_cache_min_percent = 20.0,
|
|
|
|
.stream_cache_seek_min_percent = 50.0,
|
2010-04-24 19:09:31 +02:00
|
|
|
.chapterrange = {-1, -1},
|
2009-12-01 13:28:34 +01:00
|
|
|
.edition_id = -1,
|
2008-04-16 06:11:12 +02:00
|
|
|
.user_correct_pts = -1,
|
2010-11-13 18:27:01 +01:00
|
|
|
.initial_audio_sync = 1,
|
2012-01-06 19:48:50 +01:00
|
|
|
.term_osd = 2,
|
2010-11-13 22:10:58 +01:00
|
|
|
.consolecontrols = 1,
|
2008-04-29 14:44:03 +02:00
|
|
|
.doubleclick_time = 300,
|
2008-04-23 06:01:31 +02:00
|
|
|
.audio_id = -1,
|
|
|
|
.video_id = -1,
|
2009-10-06 03:28:59 +02:00
|
|
|
.sub_id = -1,
|
2012-08-25 20:22:39 +02:00
|
|
|
.sub_visibility = 1,
|
2010-11-11 15:24:17 +01:00
|
|
|
.extension_parsing = 1,
|
2010-10-31 06:26:40 +01:00
|
|
|
.audio_output_channels = 2,
|
|
|
|
.audio_output_format = -1, // AF_FORMAT_UNKNOWN
|
2008-04-21 05:55:23 +02:00
|
|
|
.playback_speed = 1.,
|
2010-06-03 14:34:35 +02:00
|
|
|
.drc_level = 1.,
|
2008-04-24 06:36:43 +02:00
|
|
|
.movie_aspect = -1.,
|
2008-04-24 06:14:05 +02:00
|
|
|
.flip = -1,
|
2011-02-08 00:35:51 +01:00
|
|
|
.sub_auto = 1,
|
2011-01-26 04:50:23 +01:00
|
|
|
#ifdef CONFIG_ASS
|
|
|
|
.ass_enabled = 1,
|
|
|
|
#endif
|
2011-09-03 12:47:56 +02:00
|
|
|
.ass_font_scale = 1,
|
2011-08-04 21:47:36 +02:00
|
|
|
.ass_vsfilter_aspect_compat = 1,
|
2012-10-11 02:23:29 +02:00
|
|
|
.ass_style_override = 1,
|
2011-09-03 12:47:56 +02:00
|
|
|
.use_embedded_fonts = 1,
|
2011-01-26 04:50:23 +01:00
|
|
|
|
2009-04-09 03:18:39 +02:00
|
|
|
.lavc_param = {
|
2008-04-24 02:59:21 +02:00
|
|
|
.workaround_bugs = 1, // autodetect
|
|
|
|
.error_concealment = 3,
|
|
|
|
},
|
2009-04-09 03:18:39 +02:00
|
|
|
.input = {
|
2011-07-17 03:47:50 +02:00
|
|
|
.key_fifo_size = 7,
|
2008-04-30 17:57:02 +02:00
|
|
|
.ar_delay = 100,
|
|
|
|
.ar_rate = 8,
|
|
|
|
.use_joystick = 1,
|
|
|
|
.use_lirc = 1,
|
|
|
|
.use_lircc = 1,
|
2009-02-16 22:16:11 +01:00
|
|
|
#ifdef CONFIG_APPLE_REMOTE
|
2008-04-30 17:57:02 +02:00
|
|
|
.use_ar = 1,
|
2008-06-04 07:10:48 +02:00
|
|
|
#endif
|
2009-04-01 01:26:34 +02:00
|
|
|
.default_bindings = 1,
|
2008-04-30 17:57:02 +02:00
|
|
|
}
|
2008-03-31 05:19:29 +02:00
|
|
|
};
|
|
|
|
}
|