Skip to content

Commit

Permalink
libvlc: fix bogus documentation reference
Browse files Browse the repository at this point in the history
  • Loading branch information
robUx4 committed Apr 2, 2021
1 parent 268d491 commit a51e61a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/vlc/libvlc_media_player.h
Original file line number Diff line number Diff line change
Expand Up @@ -533,11 +533,11 @@ typedef struct libvlc_video_setup_device_info_t
* \version LibVLC 4.0.0 or later
*
* For \ref libvlc_video_engine_d3d9 the output must be a IDirect3D9*.
* A reference to this object is held until the \ref LIBVLC_VIDEO_DEVICE_CLEANUP is called.
* A reference to this object is held until the \ref libvlc_video_output_cleanup_cb is called.
* the device must be created with D3DPRESENT_PARAMETERS.hDeviceWindow set to 0.
*
* For \ref libvlc_video_engine_d3d11 the output must be a ID3D11DeviceContext*.
* A reference to this object is held until the \ref LIBVLC_VIDEO_DEVICE_CLEANUP is called.
* A reference to this object is held until the \ref libvlc_video_output_cleanup_cb is called.
* The ID3D11Device used to create ID3D11DeviceContext must have multithreading enabled.
*
* If the ID3D11DeviceContext is used outside of the callbacks called by libvlc, the host
Expand Down

0 comments on commit a51e61a

Please sign in to comment.