Skip to content

Commit

Permalink
Fix duplicate guid constants and structs (#1204)
Browse files Browse the repository at this point in the history
* Fix duplicate guid constants and structs

* Include diff changes

* Convert guid-only structs to guid constants

* Get rid of code that was looking for guid-only structs since we no longer emit them
  • Loading branch information
sotteson1 authored Sep 1, 2022
1 parent 2449377 commit 2a1a52b
Show file tree
Hide file tree
Showing 4 changed files with 5,260 additions and 204 deletions.
10 changes: 10 additions & 0 deletions generation/WinSDK/Partitions/Media.KernelStreaming/settings.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ MainAVIHeader
AVIStreamHeader
AVIINDEXENTRY
AVIPALCHANGE
ENCAPIPARAM_BITRATE
ENCAPIPARAM_PEAK_BITRATE
ENCAPIPARAM_BITRATE_MODE
CODECAPI_CHANGELISTS
CODECAPI_VIDEO_ENCODER
CODECAPI_AUDIO_ENCODER
CODECAPI_SETALLDEFAULTS
CODECAPI_ALLSETTINGS
CODECAPI_SUPPORTSEVENTS
CODECAPI_CURRENTCHANGELIST
--traverse
<IncludeRoot>/shared/ks.h
<IncludeRoot>/shared/ksmedia.h
Expand Down
Loading

0 comments on commit 2a1a52b

Please sign in to comment.