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

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Subtitles/SubtitleInputPin.cpp')
-rw-r--r--src/Subtitles/SubtitleInputPin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Subtitles/SubtitleInputPin.cpp b/src/Subtitles/SubtitleInputPin.cpp
index 3c5dcefa7..6853fa472 100644
--- a/src/Subtitles/SubtitleInputPin.cpp
+++ b/src/Subtitles/SubtitleInputPin.cpp
@@ -207,8 +207,8 @@ STDMETHODIMP CSubtitleInputPin::NewSegment(REFERENCE_TIME tStart, REFERENCE_TIME
interface __declspec(uuid("D3D92BC3-713B-451B-9122-320095D51EA5"))
IMpeg2DemultiplexerTesting :
public IUnknown {
- STDMETHOD(GetMpeg2StreamType)(ULONG * plType) = 0;
- STDMETHOD(toto)() = 0;
+ STDMETHOD(GetMpeg2StreamType)(ULONG * plType) PURE;
+ STDMETHOD(toto)() PURE;
};
STDMETHODIMP CSubtitleInputPin::Receive(IMediaSample* pSample)