vlc | branch: master | Steve Lhomme <[email protected]> | Tue Jun 25 14:23:34 
2019 +0200| [d06262f25c9c364a36bb5b842079dcfe6448aa5c] | committer: Steve Lhomme

codec: document what kind of opaque is used for each decoder device

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d06262f25c9c364a36bb5b842079dcfe6448aa5c
---

 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;

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to