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>
This commit is contained in:
Pierre-Eric Pelloux-Prayer 2020-10-06 14:29:15 +02:00
parent f5f0c012ad
commit 8b205402c3
1 changed files with 0 additions and 1 deletions

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;