From e8724bd1e34afdbb0bd6e96b67e00be00eea3581 Mon Sep 17 00:00:00 2001 From: Leo Liu Date: Wed, 14 Mar 2018 16:59:20 -0400 Subject: vl: add VP9 profile2 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Leo Liu Acked-by: Christian König --- src/gallium/auxiliary/util/u_video.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/auxiliary') diff --git a/src/gallium/auxiliary/util/u_video.h b/src/gallium/auxiliary/util/u_video.h index d313497a63..967ebc5748 100644 --- a/src/gallium/auxiliary/util/u_video.h +++ b/src/gallium/auxiliary/util/u_video.h @@ -80,6 +80,7 @@ u_reduce_video_profile(enum pipe_video_profile profile) return PIPE_VIDEO_FORMAT_JPEG; case PIPE_VIDEO_PROFILE_VP9_PROFILE0: + case PIPE_VIDEO_PROFILE_VP9_PROFILE2: return PIPE_VIDEO_FORMAT_VP9; default: -- cgit v1.2.3