vlc | branch: master | Thomas Guillem <[email protected]> | Sat Sep 2 13:27:55 2017 +0200| [c8f218b5e2f68356cb5ce8b328df75a17e421246] | committer: Thomas Guillem
vdpau/display: drop capability Favor OpenGL vout with VDPAU interop. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c8f218b5e2f68356cb5ce8b328df75a17e421246 --- modules/hw/vdpau/display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hw/vdpau/display.c b/modules/hw/vdpau/display.c index db314586dc..cb5bc766eb 100644 --- a/modules/hw/vdpau/display.c +++ b/modules/hw/vdpau/display.c @@ -46,7 +46,7 @@ vlc_module_begin() set_description(N_("VDPAU output")) set_category(CAT_VIDEO) set_subcategory(SUBCAT_VIDEO_VOUT) - set_capability("vout display", 300) + set_capability("vout display", 0) set_callbacks(Open, Close) add_shortcut("vdpau", "xid") _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
