include: Fix an invalid UUID in dxva2api.idl.
Signed-off-by: Michael Müller <michael@fds-team.de> Signed-off-by: Sebastian Lackner <sebastian@fds-team.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
6751e57e0b
commit
11a1ceebc3
|
@ -434,7 +434,7 @@ interface IDirectXVideoDecoder : IUnknown
|
|||
*/
|
||||
[
|
||||
object,
|
||||
uuid(fc51a551-d5e7-11d9-af55-00054e43ff02),
|
||||
uuid(fc51a552-d5e7-11d9-af55-00054e43ff02),
|
||||
local
|
||||
]
|
||||
interface IDirectXVideoProcessorService : IDirectXVideoAccelerationService
|
||||
|
|
Loading…
Reference in New Issue