File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- TVTest TVCaptionMod2 Plugin ver.2.6
1+ TVTest TVCaptionMod2 Plugin ver.2.7
22
33■概要
44odaruさんが公開された「字幕 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■以前のバージョンからの移行
Original file line number Diff line number Diff line change 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;
3232const UINT WM_APP_RESET_OSDS = WM_APP + 4 ;
3333
3434const 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)" );
3636const int INFO_VERSION = 14 ;
3737const TCHAR TV_CAPTION2_WINDOW_CLASS [] = TEXT (" TVTest TVCaption2" );
3838
You can’t perform that action at this time.
0 commit comments