diff options
author | Leo Liu <[email protected]> | 2018-03-14 16:59:20 -0400 |
---|---|---|
committer | Leo Liu <[email protected]> | 2018-04-12 11:15:13 -0400 |
commit | e8724bd1e34afdbb0bd6e96b67e00be00eea3581 (patch) | |
tree | 860e998280ea81cb843804576f507923eecc6a85 /src/gallium/auxiliary | |
parent | d9a31341eca8f66995883dbd312122d1a5da6fd0 (diff) |
vl: add VP9 profile2 support
Signed-off-by: Leo Liu <[email protected]>
Acked-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary')
-rw-r--r-- | src/gallium/auxiliary/util/u_video.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/u_video.h b/src/gallium/auxiliary/util/u_video.h index d313497a638..967ebc57489 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: |