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>2013-02-25 02:00:23 +0400
committerUnderground78 <underground78@users.sourceforge.net>2013-02-27 00:26:57 +0400
commitd73c5fe75ac3b0e824e1e38879b0e4cb25a3a5dc (patch)
treeb54cf039c9aa7a252c4e2e944bc2678a7c7c86c3 /include
parent2ccec30a86a326a86af9649ba5b0695c17f90cc8 (diff)
Blacklist some filters that are known to be incompatible with DVB.
This includes the internal video decoder for now (refs #730).
Diffstat (limited to 'include')
-rw-r--r--include/moreuuids.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/moreuuids.h b/include/moreuuids.h
index 052b6bb37..e99b64646 100644
--- a/include/moreuuids.h
+++ b/include/moreuuids.h
@@ -1249,3 +1249,9 @@ DEFINE_GUID(CLSID_ReClock, 0x9DC15360, 0x914C, 0x46B8, 0xB9, 0xDF, 0xBF, 0xE6, 0
// Morgan's Stream Switcher - {D3CD7858-971A-4838-ACEC-40CA5D529DC8}
DEFINE_GUID(CLSID_MorganStreamSwitcher, 0xD3CD7858, 0x971A, 0x4838, 0xAC, 0xEC, 0x40, 0xCA, 0x5D, 0x52, 0x9D, 0xC8);
+
+// FFDShow DXVA Decoder - {0B0EFF97-C750-462C-9488-B10E7D87F1A6}
+DEFINE_GUID(CLSID_FFDShowDXVADecoder, 0x0B0EFF97, 0xC750, 0x462C, 0x94, 0x88, 0xB1, 0x0E, 0x7D, 0x87, 0xF1, 0xA6);
+
+// Microsoft DTV-DVD Audio Decoder - {E1F1A0B8-BEEE-490D-BA7C-066C40B5E2B9}
+DEFINE_GUID(CLSID_MSDVTDVDAudioDecoder, 0xE1F1A0B8, 0xBEEE, 0x490D, 0xBA, 0x7C, 0x06, 0x6C, 0x40, 0xB5, 0xE2, 0xB9);