Commit 5d4c526f authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf

direct3d11: fix video position on Windows Phone and WinRT

the SwapChain dimensions are read from shared private data in the DXGI swap chain
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 22a9c02f
This diff is collapsed.
......@@ -69,6 +69,11 @@ typedef struct
} d3d_quad_t;
#endif
#if VLC_WINSTORE_APP
extern const GUID GUID_SWAPCHAIN_WIDTH;
extern const GUID GUID_SWAPCHAIN_HEIGHT;
#endif
/*****************************************************************************
* vout_sys_t: video output method descriptor
*****************************************************************************
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment