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>2016-01-21 14:01:32 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2016-01-21 14:01:32 +0300
commit3134c76367b411287f5dbdc0254076a1d768b01c (patch)
treea11faf890434231bcc21964795f3a523a0b8c08f /common
parent5aaa741a9b307d39d3871a149748678d882a3a3d (diff)
Add VP9 Profile 2 DXVA device GUID
Diffstat (limited to 'common')
-rw-r--r--common/includes/moreuuids.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/includes/moreuuids.h b/common/includes/moreuuids.h
index 11a46afc..f1068f77 100644
--- a/common/includes/moreuuids.h
+++ b/common/includes/moreuuids.h
@@ -1555,6 +1555,7 @@ DEFINE_GUID(DXVA_ModeHEVC_VLD_Main10, 0x107af0e0, 0xef1a, 0x4d19, 0xab, 0xa8, 0x
// VP8/9
DEFINE_GUID(DXVA_ModeVP9_VLD_Profile0, 0x463707f8, 0xa1d0, 0x4585, 0x87, 0x6d, 0x83, 0xaa, 0x6d, 0x60, 0xb8, 0x9e);
+DEFINE_GUID(DXVA_ModeVP9_VLD_10bit_Profile2, 0xa4c749ef, 0x6ecf, 0x48aa, 0x84, 0x48, 0x50, 0xa7, 0xa1, 0x16, 0x5f, 0xf7);
DEFINE_GUID(DXVA_ModeVP8_VLD, 0x90b899ea, 0x3a62, 0x4705, 0x88, 0xb3, 0x8d, 0xf0, 0x4b, 0x27, 0x44, 0xe7);
DEFINE_GUID(IID_IDirectXVideoDecoderService, 0xfc51a551,0xd5e7,0x11d9,0xaf,0x55,0x00,0x05,0x4e,0x43,0xff,0x02);