mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 20:08:06 +02:00
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 commit8b205402c3)
This commit is contained in:
parent
72c3e51c39
commit
eebdf4d28c
2 changed files with 1 additions and 2 deletions
|
|
@ -2119,7 +2119,7 @@
|
|||
"description": "omx/tizonia: fix build",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"master_sha": null,
|
||||
"because_sha": "24f2b0a8560f34745854bf8263fa7c2d0f95f2bc"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue