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
path: root/common
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2012-02-29 22:21:23 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2012-02-29 22:21:23 +0400
commit7e8d7a6f7096757561b50d1febf5ecd735880ad0 (patch)
tree4f8342eeade92ff372c6ac14a5ea11f373b2e184 /common
parentafa3828e8e25c65396c229a47859d8c328704f84 (diff)
Add DV5P and DVPP FourCCs for DV Video
Diffstat (limited to 'common')
-rw-r--r--common/includes/moreuuids.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/common/includes/moreuuids.h b/common/includes/moreuuids.h
index f5819ba5..b4baeee5 100644
--- a/common/includes/moreuuids.h
+++ b/common/includes/moreuuids.h
@@ -1095,6 +1095,14 @@ DEFINE_GUID(MEDIASUBTYPE_DV50,
DEFINE_GUID(MEDIASUBTYPE_DVCP,
0x70637664, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71);
+// 70707664-0000-0010-8000-00AA00389B71
+DEFINE_GUID(MEDIASUBTYPE_DVPP,
+ 0x70707664, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71);
+
+// 70357664-0000-0010-8000-00AA00389B71
+DEFINE_GUID(MEDIASUBTYPE_DV5P,
+ 0x70357664, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71);
+
// 70637664-0000-0010-8000-00AA00389B71
DEFINE_GUID(MEDIASUBTYPE_DVC,
0x20637664, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71);