mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 19:58:09 +02:00
st/vdpau: fix compiler warning in vlVdpVideoMixerRender
Signed-off-by: Nayan Deshmukh <nayan26deshmukh@gmail.com> Reviewed-by: Christian König <christian.koenig@amd.com>
This commit is contained in:
parent
5b27405eff
commit
7b811c362a
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ VdpStatus vlVdpVideoMixerRender(VdpVideoMixer mixer,
|
|||
struct pipe_video_buffer *video_buffer;
|
||||
struct pipe_sampler_view *sampler_view, sv_templ;
|
||||
struct pipe_surface *surface, surf_templ;
|
||||
struct pipe_context *pipe;
|
||||
struct pipe_context *pipe = NULL;
|
||||
struct pipe_resource res_tmpl, *res;
|
||||
|
||||
vlVdpVideoMixer *vmixer;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue