[vlc-devel] [PATCH] Fix DRM DR VAAPI use case
Thomas Guillem
thomas at gllm.fr
Tue Sep 5 11:37:03 CEST 2017
Merged, thanks for the fix!
On Tue, Sep 5, 2017, at 11:34, Mathieu Velten wrote:
> ---
> modules/video_output/opengl/converter_vaapi.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/modules/video_output/opengl/converter_vaapi.c
> b/modules/video_output/opengl/converter_vaapi.c
> index 6ffee98fb5..20fe855182 100644
> --- a/modules/video_output/opengl/converter_vaapi.c
> +++ b/modules/video_output/opengl/converter_vaapi.c
> @@ -422,6 +422,8 @@ Open(vlc_object_t *obj)
> {
> ret = tc_vaegl_init(tc, dpy, (VANativeDisplay) (intptr_t)
> drm_fd,
> drm_native_destroy_cb);
> + if (ret == VLC_SUCCESS)
> + break;
> }
> else
> vlc_close(drm_fd);
> --
> 2.13.5
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
More information about the vlc-devel
mailing list