Skip to content

Commit 1c272b1

Browse files
committed
HDR10Capture 1.10
1 parent bc2d5ab commit 1c272b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

HDR10Capture2019/MainApp.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,11 @@ MainApp::OnDropFiles(HDROP hDrop)
835835
if (0 < rv) {
836836
size_t sz = wcslen(path);
837837

838+
if (APS_Playing == mAviPlayState) {
839+
mAviReader.Close();
840+
mAviPlayState = APS_PreInit;
841+
}
842+
838843
if (0 == _wcsicmp(L".avi", &path[sz - 4])) {
839844
// AVIファイル。
840845
wcscpy_s(mAviFilePath, path);

0 commit comments

Comments
 (0)