vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Tue Nov 22 23:04:38 2016 +0200| [7284bd2d00ad71c4576baecb3051222f59817d17] | committer: Rémi Denis-Courmont
vdpau: remove invalidated comment > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7284bd2d00ad71c4576baecb3051222f59817d17 --- modules/hw/vdpau/vlc_vdpau.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/hw/vdpau/vlc_vdpau.h b/modules/hw/vdpau/vlc_vdpau.h index d5f073e..031124d 100644 --- a/modules/hw/vdpau/vlc_vdpau.h +++ b/modules/hw/vdpau/vlc_vdpau.h @@ -281,8 +281,6 @@ typedef struct vlc_vdp_video_field /** * Attaches a VDPAU video surface as context of a VLC picture. - * @note In case of error, the surface is destroyed immediately. Otherwise, - * it will be destroyed at the same time as the picture it was attached to. */ VdpStatus vlc_vdp_video_attach(vdp_t *, VdpVideoSurface, picture_t *); _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
