omx/tizonia: fix build

Fixes: 24f2b0a856 ("gallium/video: remove pipe_video_buffer.chroma_format")
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/3595
Reviewed-by: Leo Liu <leo.liu@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7026>
(cherry picked from commit 8b205402c3)
This commit is contained in:
Pierre-Eric Pelloux-Prayer 2020-10-06 14:29:15 +02:00 committed by Dylan Baker
parent 72c3e51c39
commit eebdf4d28c
2 changed files with 1 additions and 2 deletions

View file

@ -2119,7 +2119,7 @@
"description": "omx/tizonia: fix build",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"master_sha": null,
"because_sha": "24f2b0a8560f34745854bf8263fa7c2d0f95f2bc"
},

View file

@ -204,7 +204,6 @@ static void get_eglimage(vid_dec_PrivateType* priv) {
memset(&templat, 0, sizeof(templat));
templat.buffer_format = p_res->format;
templat.chroma_format = PIPE_VIDEO_CHROMA_FORMAT_NONE;
templat.width = p_res->width0;
templat.height = p_res->height0;
templat.interlaced = 0;