It doesn't seem to be a thing.
That's the only local structure that has such a pointer defined.

See 
https://docs.microsoft.com/en-us/windows/win32/api/dxvahd/ns-dxvahd-dxvahd_stream_state_aspect_ratio_data
---
 mingw-w64-headers/include/dxvahd.h   | 1 -
 mingw-w64-headers/include/dxvahd.idl | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/mingw-w64-headers/include/dxvahd.h 
b/mingw-w64-headers/include/dxvahd.h
index 6a60c657..39bab3f6 100644
--- a/mingw-w64-headers/include/dxvahd.h
+++ b/mingw-w64-headers/include/dxvahd.h
@@ -317,7 +317,6 @@ typedef struct _DXVAHD_STREAM_STATE_ASPECT_RATIO_DATA {
     DXVAHD_RATIONAL SourceAspectRatio;
     DXVAHD_RATIONAL DestinationAspectRatio;
 } DXVAHD_STREAM_STATE_ASPECT_RATIO_DATA;
-typedef struct _DXVAHD_STREAM_STATE_ASPECT_RATIO_DATA 
*PDXVAHD_STREAM_STATE_ASPECT_RATIO_DATA;
 typedef struct _DXVAHD_STREAM_STATE_D3DFORMAT_DATA {
     D3DFORMAT Format;
 } DXVAHD_STREAM_STATE_D3DFORMAT_DATA;
diff --git a/mingw-w64-headers/include/dxvahd.idl 
b/mingw-w64-headers/include/dxvahd.idl
index beff8e56..c69057d8 100644
--- a/mingw-w64-headers/include/dxvahd.idl
+++ b/mingw-w64-headers/include/dxvahd.idl
@@ -287,7 +287,7 @@ typedef struct _DXVAHD_STREAM_STATE_ASPECT_RATIO_DATA {
   WINBOOL         Enable;
   DXVAHD_RATIONAL SourceAspectRatio;
   DXVAHD_RATIONAL DestinationAspectRatio;
-} DXVAHD_STREAM_STATE_ASPECT_RATIO_DATA, 
*PDXVAHD_STREAM_STATE_ASPECT_RATIO_DATA;
+} DXVAHD_STREAM_STATE_ASPECT_RATIO_DATA;
 
 typedef struct _DXVAHD_STREAM_STATE_D3DFORMAT_DATA {
   D3DFORMAT Format;
-- 
2.17.1



_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to