2013-03-27 15:19:14 +00:00
|
|
|
$OpenBSD: patch-src_preferences_cpp,v 1.3 2013/03/27 15:19:14 gonzalo Exp $
|
|
|
|
--- src/preferences.cpp.orig Fri Mar 15 18:23:43 2013
|
|
|
|
+++ src/preferences.cpp Sat Mar 23 14:11:58 2013
|
|
|
|
@@ -127,7 +127,7 @@ void Preferences::reset() {
|
2009-10-18 22:24:45 +00:00
|
|
|
softvol_max = 110; // 110 = default value in mplayer
|
|
|
|
use_scaletempo = Detect;
|
|
|
|
use_hwac3 = false;
|
|
|
|
- use_audio_equalizer = true;
|
|
|
|
+ use_audio_equalizer = false;
|
|
|
|
|
|
|
|
global_volume = true;
|
|
|
|
volume = 50;
|
2013-03-27 15:19:14 +00:00
|
|
|
@@ -149,8 +149,8 @@ void Preferences::reset() {
|
2009-10-18 22:24:45 +00:00
|
|
|
Drives (CD/DVD)
|
|
|
|
*************** */
|
|
|
|
|
|
|
|
- dvd_device = "";
|
|
|
|
- cdrom_device = "";
|
|
|
|
+ dvd_device = "/dev/cd0c";
|
|
|
|
+ cdrom_device = "/dev/cd0c";
|
|
|
|
|
|
|
|
#ifndef Q_OS_WIN
|
|
|
|
// Try to set default values
|
2013-03-27 15:19:14 +00:00
|
|
|
@@ -265,13 +265,13 @@ void Preferences::reset() {
|
2009-10-18 22:24:45 +00:00
|
|
|
mplayer_additional_audio_filters="";
|
|
|
|
|
2012-06-04 14:27:41 +00:00
|
|
|
#ifdef LOG_MPLAYER
|
2009-10-18 22:24:45 +00:00
|
|
|
- log_mplayer = true;
|
|
|
|
+ log_mplayer = false;
|
2012-06-04 14:27:41 +00:00
|
|
|
verbose_log = false;
|
|
|
|
autosave_mplayer_log = false;
|
|
|
|
mplayer_log_saveto = "";
|
|
|
|
#endif
|
|
|
|
#ifdef LOG_SMPLAYER
|
|
|
|
- log_smplayer = true;
|
2009-10-18 22:24:45 +00:00
|
|
|
+ log_smplayer = false;
|
|
|
|
log_filter = ".*";
|
2012-06-04 14:27:41 +00:00
|
|
|
save_smplayer_log = false;
|
|
|
|
#endif
|