VirtualBox

Changeset 106522 in vbox for trunk/src/VBox/Devices/Graphics


Ignore:
Timestamp:
Oct 20, 2024 2:33:04 AM (4 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165354
Message:

Devices/Graphics: Two GUID initializers that requires more {} to make VC 2022 happy. jiraref:VBP-1171

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-dx-dx11.cpp

    r106156 r106522  
    11151115    D3D11_VIDEO_DECODER_DESC DecoderDesc;
    11161116    // 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}};
    11181118    DecoderDesc.SampleWidth  = 1920;
    11191119    DecoderDesc.SampleHeight = 1080;
     
    1146111461        {
    1146211462            /* 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} };
    1146411464            if (   memcmp(&NoEncrypt, &Config.guidConfigBitstreamEncryption, sizeof(GUID)) == 0
    1146511465                && memcmp(&NoEncrypt, &Config.guidConfigMBcontrolEncryption, sizeof(GUID)) == 0
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette