mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
st/vdpau: s/surface/resource/ to fix compiler warning
Reviewed-by: Christian König <christian.koenig@amd.com>
This commit is contained in:
parent
a1e528a0f0
commit
33ae0c24d0
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ vlVdpOutputSurfaceCreate(VdpDevice device,
|
|||
err_resource:
|
||||
pipe_sampler_view_reference(&vlsurface->sampler_view, NULL);
|
||||
pipe_surface_reference(&vlsurface->surface, NULL);
|
||||
pipe_surface_reference(&res, NULL);
|
||||
pipe_resource_reference(&res, NULL);
|
||||
err_unlock:
|
||||
pipe_mutex_unlock(dev->mutex);
|
||||
FREE(vlsurface);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue