diff --git a/Interfaces/VideoSubFinderCli/VideoSubFinderCli.cpp b/Interfaces/VideoSubFinderCli/VideoSubFinderCli.cpp index fc486e4..4f09cde 100644 --- a/Interfaces/VideoSubFinderCli/VideoSubFinderCli.cpp +++ b/Interfaces/VideoSubFinderCli/VideoSubFinderCli.cpp @@ -211,7 +211,10 @@ bool CVideoSubFinderApp::OnCmdLineParsed(wxCmdLineParser& parser) { wxLogMessage("ERROR: g_pVideo->SetNullRender() failed\n"); return false; } - + g_DxMin = 0; + g_DxMax = 1; + g_DyMin = 1 - 1; + g_DyMax = 1 - 0; if (parser.Found("le", &g_DxMin)) { if ((g_DxMin < 0) || (g_DxMin > 1.0)) diff --git a/Interfaces/VideoSubFinderWXW/MyResource.h b/Interfaces/VideoSubFinderWXW/MyResource.h index db3469c..d2f60fd 100644 --- a/Interfaces/VideoSubFinderWXW/MyResource.h +++ b/Interfaces/VideoSubFinderWXW/MyResource.h @@ -16,7 +16,7 @@ #pragma once -#define VSF_VERSION "6.10.0" +#define VSF_VERSION "6.10.1" #define ID_APP_ABOUT 1100