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>2016-06-28 00:38:14 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2016-06-28 00:38:14 +0300
commit93a4553d26b467a2ea92b156b750bc7dc1827a5f (patch)
treeecd56e13479ae1a8fb7b229bef211073ed64530d /decoder/LAVVideo/LAVVideo.h
parent2a69526ae963934139125582dea231bac3c992f6 (diff)
Replace ATL uuid attributes with declspec uuid
The ATL attributes are deprecated in VS2015 Update 3
Diffstat (limited to 'decoder/LAVVideo/LAVVideo.h')
-rw-r--r--decoder/LAVVideo/LAVVideo.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/decoder/LAVVideo/LAVVideo.h b/decoder/LAVVideo/LAVVideo.h
index 2caea20e..9216bb55 100644
--- a/decoder/LAVVideo/LAVVideo.h
+++ b/decoder/LAVVideo/LAVVideo.h
@@ -51,8 +51,7 @@ typedef struct {
REFERENCE_TIME rtStop;
} TimingCache;
-[uuid("EE30215D-164F-4A92-A4EB-9D4C13390F9F")]
-class CLAVVideo : public CTransformFilter, public ISpecifyPropertyPages2, public ILAVVideoSettings, public ILAVVideoStatus, public ILAVVideoCallback, public IPropertyBag
+class __declspec(uuid("EE30215D-164F-4A92-A4EB-9D4C13390F9F")) CLAVVideo : public CTransformFilter, public ISpecifyPropertyPages2, public ILAVVideoSettings, public ILAVVideoStatus, public ILAVVideoCallback, public IPropertyBag
{
public:
CLAVVideo(LPUNKNOWN pUnk, HRESULT* phr);