summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.pick_status.json2
-rw-r--r--src/gallium/frontends/omx/tizonia/h264dprc.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/.pick_status.json b/.pick_status.json
index 3b49ca9c334..e187fc936c8 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -2119,7 +2119,7 @@
"description": "omx/tizonia: fix build",
"nominated": true,
"nomination_type": 1,
- "resolution": 0,
+ "resolution": 1,
"master_sha": null,
"because_sha": "24f2b0a8560f34745854bf8263fa7c2d0f95f2bc"
},
diff --git a/src/gallium/frontends/omx/tizonia/h264dprc.c b/src/gallium/frontends/omx/tizonia/h264dprc.c
index c5df994b8c3..7a0063beace 100644
--- a/src/gallium/frontends/omx/tizonia/h264dprc.c
+++ b/src/gallium/frontends/omx/tizonia/h264dprc.c
@@ -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;