[Mesa-dev] [PATCH] st/vdpau: fix argument type to vlVdpOutputSurfaceDMABuf

Nayan Deshmukh nayan26deshmukh at gmail.com
Wed Sep 14 23:07:39 UTC 2016


Hi Ilia,

You also need to change the arguments in gallium/include/st/vdpau_dmabuf.h.

Regards,
Nayan.

On Thu, Sep 15, 2016 at 3:56 AM, Ilia Mirkin <imirkin at alum.mit.edu> wrote:

> Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
> ---
>  src/gallium/state_trackers/vdpau/output.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/gallium/state_trackers/vdpau/output.c
> b/src/gallium/state_trackers/vdpau/output.c
> index 85751ea..f4d62a3 100644
> --- a/src/gallium/state_trackers/vdpau/output.c
> +++ b/src/gallium/state_trackers/vdpau/output.c
> @@ -773,7 +773,7 @@ struct pipe_resource *vlVdpOutputSurfaceGallium(VdpOutputSurface
> surface)
>     return vlsurface->surface->texture;
>  }
>
> -VdpStatus vlVdpOutputSurfaceDMABuf(VdpVideoSurface surface,
> +VdpStatus vlVdpOutputSurfaceDMABuf(VdpOutputSurface surface,
>                                     struct VdpSurfaceDMABufDesc *result)
>  {
>     vlVdpOutputSurface *vlsurface;
> --
> 2.7.3
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20160915/f45e89c8/attachment-0001.html>


More information about the mesa-dev mailing list