mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
st/va: add h264 constrained baseline profile
Signed-off-by: Boyuan Zhang <boyuan.zhang@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com>
This commit is contained in:
parent
d596bd29ec
commit
f90ccf48bc
1 changed files with 1 additions and 0 deletions
|
|
@ -155,6 +155,7 @@ PipeToProfile(enum pipe_video_profile profile)
|
|||
case PIPE_VIDEO_PROFILE_MPEG4_AVC_HIGH10:
|
||||
case PIPE_VIDEO_PROFILE_MPEG4_AVC_HIGH422:
|
||||
case PIPE_VIDEO_PROFILE_MPEG4_AVC_HIGH444:
|
||||
case PIPE_VIDEO_PROFILE_MPEG4_AVC_CONSTRAINED_BASELINE:
|
||||
case PIPE_VIDEO_PROFILE_HEVC_MAIN_12:
|
||||
case PIPE_VIDEO_PROFILE_HEVC_MAIN_STILL:
|
||||
case PIPE_VIDEO_PROFILE_HEVC_MAIN_444:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue