[vlc-devel] [PATCH 1/2] codec: document what kind of opaque is used for each decoder device

Steve Lhomme robux4 at ycbcr.xyz
Tue Jun 25 14:25:04 CEST 2019


---
 include/vlc_codec.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/vlc_codec.h b/include/vlc_codec.h
index 71f3e8439f..89001d7823 100644
--- a/include/vlc_codec.h
+++ b/include/vlc_codec.h
@@ -514,6 +514,9 @@ typedef struct vlc_decoder_device
      * The type of pointer will depend of the type:
      * VAAPI: VADisplay
      * VDPAU: vdp_t *
+     * DXVA2: IDirect3DDevice9*
+     * D3D11VA: ID3D11DeviceContext*
+     * AWindow: android AWindowHandler*
      */
     void *opaque;
 } vlc_decoder_device;
-- 
2.17.1



More information about the vlc-devel mailing list