Changeset 106522 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- Oct 20, 2024 2:33:04 AM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 165354
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-dx-dx11.cpp
r106156 r106522 1115 1115 D3D11_VIDEO_DECODER_DESC DecoderDesc; 1116 1116 // Commonly used D3D11_DECODER_PROFILE_H264_VLD_NOFGT 1117 DecoderDesc.Guid = { 0x1b81be68, 0xa0c7,0x11d3, 0xb9,0x84,0x00,0xc0,0x4f,0x2e,0x73,0xc5};1117 DecoderDesc.Guid = { 0x1b81be68, 0xa0c7,0x11d3,{0xb9,0x84,0x00,0xc0,0x4f,0x2e,0x73,0xc5}}; 1118 1118 DecoderDesc.SampleWidth = 1920; 1119 1119 DecoderDesc.SampleHeight = 1080; … … 11461 11461 { 11462 11462 /* Filter out configs with encryption. */ 11463 static GUID const NoEncrypt = { 0x1b81beD0, 0xa0c7,0x11d3, 0xb9,0x84,0x00,0xc0,0x4f,0x2e,0x73,0xc5};11463 static GUID const NoEncrypt = { 0x1b81beD0, 0xa0c7,0x11d3,{0xb9,0x84,0x00,0xc0,0x4f,0x2e,0x73,0xc5} }; 11464 11464 if ( memcmp(&NoEncrypt, &Config.guidConfigBitstreamEncryption, sizeof(GUID)) == 0 11465 11465 && memcmp(&NoEncrypt, &Config.guidConfigMBcontrolEncryption, sizeof(GUID)) == 0
Note:
See TracChangeset
for help on using the changeset viewer.