vl: add VP9 profile2 support
Signed-off-by: Leo Liu <leo.liu@amd.com> Acked-by: Christian König <christian.koenig@amd.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -69,7 +69,8 @@ enum pipe_video_profile
|
||||
PIPE_VIDEO_PROFILE_HEVC_MAIN_12,
|
||||
PIPE_VIDEO_PROFILE_HEVC_MAIN_444,
|
||||
PIPE_VIDEO_PROFILE_JPEG_BASELINE,
|
||||
PIPE_VIDEO_PROFILE_VP9_PROFILE0
|
||||
PIPE_VIDEO_PROFILE_VP9_PROFILE0,
|
||||
PIPE_VIDEO_PROFILE_VP9_PROFILE2
|
||||
};
|
||||
|
||||
/* Video caps, can be different for each codec/profile */
|
||||
|
||||
Reference in New Issue
Block a user