Skip to content

Commit 70cb3c3

Browse files
committed
TVCap27
1 parent c30be5a commit 70cb3c3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

TVCaptionMod2_Readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
TVTest TVCaptionMod2 Plugin ver.2.6
1+
TVTest TVCaptionMod2 Plugin ver.2.7
22

33
■概要
44
odaruさんが公開された「字幕 Plugin For TVTest(20081216)」をベースに、mark10alsさ
@@ -9,7 +9,7 @@ odaruさんが公開された「字幕 Plugin For TVTest(20081216)」をベー
99
■動作環境
1010
・Vista以降
1111
・TVTest/TVH264 ver.0.7.6(たぶん) 以降
12-
・必要ランタイム: Visual Studio 2015、2017、および 2019 用 Visual C++ 再頒布可能パッケージ
12+
・必要ランタイム: 2015-2022 Visual C++ 再頒布可能パッケージ
1313
・ビルド環境: Visual Studio Express 2017 for Windows Desktop
1414

1515
■以前のバージョンからの移行

src/TVCaption2.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// TVTestに字幕を表示するプラグイン(based on TVCaption 2008-12-16 by odaru)
2-
// 最終更新: 2022-04-13
2+
// 最終更新: 2022-10-09
33
// 署名: xt(849fa586809b0d16276cd644c6749503)
44
#include <Windows.h>
55
#include <memory>
@@ -32,7 +32,7 @@ const UINT WM_APP_DONE_MOVE = WM_APP + 2;
3232
const UINT WM_APP_RESET_OSDS = WM_APP + 4;
3333

3434
const TCHAR INFO_PLUGIN_NAME[] = TEXT("TVCaptionMod2");
35-
const TCHAR INFO_DESCRIPTION[] = TEXT("字幕を表示 (ver.2.6; based on TVCaption081216 by odaru)");
35+
const TCHAR INFO_DESCRIPTION[] = TEXT("字幕を表示 (ver.2.7; based on TVCaption081216 by odaru)");
3636
const int INFO_VERSION = 14;
3737
const TCHAR TV_CAPTION2_WINDOW_CLASS[] = TEXT("TVTest TVCaption2");
3838

0 commit comments

Comments
 (0)