summaryrefslogtreecommitdiff
path: root/src/gallium/frontends/omx/tizonia/h264dprc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/frontends/omx/tizonia/h264dprc.c')
-rw-r--r--src/gallium/frontends/omx/tizonia/h264dprc.c1
1 files changed, 0 insertions, 1 deletions
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;