Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2013-01-08 02:15:42 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2013-01-08 02:16:45 +0400
commitef56e77ef820a80801bc4c276471ed27bea773c8 (patch)
tree100278584e94b3f246aebfcf2212c35cd80d2366 /decoder
parent80bd16928bad832d1cdef8508bb8b7671723b612 (diff)
Set "In Menu" statsu when a HLI is triggered.
Diffstat (limited to 'decoder')
-rw-r--r--decoder/LAVVideo/subtitles/LAVSubtitleProvider.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoder/LAVVideo/subtitles/LAVSubtitleProvider.cpp b/decoder/LAVVideo/subtitles/LAVSubtitleProvider.cpp
index 381cf943..46195de1 100644
--- a/decoder/LAVVideo/subtitles/LAVSubtitleProvider.cpp
+++ b/decoder/LAVVideo/subtitles/LAVSubtitleProvider.cpp
@@ -517,6 +517,7 @@ STDMETHODIMP CLAVSubtitleProvider::SetDVDHLI(struct _AM_PROPERTY_SPHLI *pHLI)
m_pHLI = new AM_PROPERTY_SPHLI(*pHLI);
redraw = true;
}
+ m_pLAVVideo->SetInDVDMenu(true);
} else {
SAFE_DELETE(m_pHLI);
}