From 3ee6d78939a409ea0ff56c9072160ca2cbbcbe1f Mon Sep 17 00:00:00 2001 From: Rodrigo Braz Monteiro Date: Sun, 27 Jan 2008 18:30:16 +0000 Subject: [PATCH] Increased the default vertical size of audio display from 100 to 200. Originally committed to SVN as r1854. --- aegisub/options.cpp | 2 +- aegisub/setup.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/aegisub/options.cpp b/aegisub/options.cpp index f2eb0a308..b1e5109d4 100644 --- a/aegisub/options.cpp +++ b/aegisub/options.cpp @@ -334,7 +334,7 @@ void OptionsManager::LoadDefaults(bool onlyDefaults,bool doOverride) { SetText(_T("Fonts Collector Destination"),_T("?script")); SetInt(_T("Fonts Collector Action"),0); - SetInt(_T("Audio Display Height"),100); + SetInt(_T("Audio Display Height"),200,1784); SetBool(_T("Audio Spectrum"),false); SetInt(_T("Audio Sample Rate"),0); diff --git a/aegisub/setup.cpp b/aegisub/setup.cpp index 9beeb2c1a..c1fd767a5 100644 --- a/aegisub/setup.cpp +++ b/aegisub/setup.cpp @@ -126,6 +126,7 @@ ////////////// // DirectShow #ifdef WITH_DIRECTSHOW +#pragma comment(lib, "strmiids.lib") #ifdef __WXDEBUG__ #pragma comment(lib, "strmbasdu.lib") #else