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:
authorUnderground78 <underground78@users.sourceforge.net>2012-12-30 14:20:31 +0400
committerUnderground78 <underground78@users.sourceforge.net>2013-01-05 00:18:13 +0400
commit55091d96b814ce9f07415d8b4d45930dce9e827a (patch)
tree45bd631a1747f53ecc2630787e20440af2f679d4 /include
parent984f8341f635e6e8518138711ae55f3c0f30b1d8 (diff)
Move some UUIDS to "moreuuids.h".
Diffstat (limited to 'include')
-rw-r--r--include/moreuuids.h20
1 files changed, 19 insertions, 1 deletions
diff --git a/include/moreuuids.h b/include/moreuuids.h
index b811681f5..68d09278a 100644
--- a/include/moreuuids.h
+++ b/include/moreuuids.h
@@ -1,6 +1,6 @@
/*
* (C) 2003-2006 Gabest
- * (C) 2006-2012 see Authors.txt
+ * (C) 2006-2013 see Authors.txt
*
* This file is part of MPC-HC.
*
@@ -1228,3 +1228,21 @@ DEFINE_GUID_FOURCC(420R)
DEFINE_GUID_FOURCC(422R)
DEFINE_GUID_FOURCC(444R)
DEFINE_GUID_FOURCC(Y416)
+
+// {212690FB-83E5-4526-8FD7-74478B7939CD} from wmcodecdsp.h
+DEFINE_GUID(CLSID_CMPEG2VidDecoderDS, 0x212690FB, 0x83E5, 0x4526, 0x8F, 0xD7, 0x74, 0x47, 0x8B, 0x79, 0x39, 0xCD);
+
+// {39F498AF-1A09-4275-B193-673B0BA3D478}
+DEFINE_GUID(CLSID_CMpeg2DecFilter, 0x39F498AF, 0x1A09, 0x4275, 0xB1, 0x93, 0x67, 0x3B, 0x0B, 0xA3, 0xD4, 0x78);
+
+// Nvidia Video Decoder - {71E4616A-DB5E-452B-8CA5-71D9CC7805E9}
+DEFINE_GUID(CLSID_NvidiaVideoDecoder, 0x71E4616A, 0xDB5E, 0x452B, 0x8C, 0xA5, 0x71, 0xD9, 0xCC, 0x78, 0x05, 0xE9);
+
+// Sonic Cinemaster Video Decoder - {D7D50E8D-DD72-43C2-8587-A0C197D837D2}
+DEFINE_GUID(CLSID_SonicCinemasterVideoDecoder, 0xD7D50E8D, 0xDD72, 0x43C2, 0x85, 0x87, 0xA0, 0xC1, 0x97, 0xD8, 0x37, 0xD2);
+
+// RDP DirectShow Redirection Filter - {AB9D6472-752F-43F6-B29E-61207BDA8E06}
+DEFINE_GUID(CLSID_RDPDShowRedirectionFilter, 0xAB9D6472, 0x752F, 0x43F6, 0xB2, 0x9E, 0x61, 0x20, 0x7B, 0xDA, 0x8E, 0x06);
+
+// ReClock - {9DC15360-914C-46B8-B9DF-E67FD36C6A}
+DEFINE_GUID(CLSID_ReClock, 0x9DC15360, 0x914C, 0x46B8, 0xB9, 0xDF, 0xBF, 0xE6, 0x7F, 0xD3, 0x6C, 0x6A);