mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 00:30:11 +01:00
st/va: fix unused variable warning
Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Julien Isorce <j.isorce@samsung.com>
This commit is contained in:
parent
025d97381e
commit
f6dd31c1cf
1 changed files with 0 additions and 1 deletions
|
|
@ -92,7 +92,6 @@ vlVaGetReferenceFrame(vlVaDriver *drv, VASurfaceID surface_id,
|
|||
static VAStatus
|
||||
handlePictureParameterBuffer(vlVaDriver *drv, vlVaContext *context, vlVaBuffer *buf)
|
||||
{
|
||||
unsigned int i;
|
||||
VAStatus vaStatus = VA_STATUS_SUCCESS;
|
||||
|
||||
switch (u_reduce_video_profile(context->templat.profile)) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue