vl: add more avc profiles
Signed-off-by: Leo Liu <leo.liu@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com>
This commit is contained in:
@@ -60,7 +60,11 @@ u_reduce_video_profile(enum pipe_video_profile profile)
|
||||
|
||||
case PIPE_VIDEO_PROFILE_MPEG4_AVC_BASELINE:
|
||||
case PIPE_VIDEO_PROFILE_MPEG4_AVC_MAIN:
|
||||
case PIPE_VIDEO_PROFILE_MPEG4_AVC_EXTENDED:
|
||||
case PIPE_VIDEO_PROFILE_MPEG4_AVC_HIGH:
|
||||
case PIPE_VIDEO_PROFILE_MPEG4_AVC_HIGH10:
|
||||
case PIPE_VIDEO_PROFILE_MPEG4_AVC_HIGH422:
|
||||
case PIPE_VIDEO_PROFILE_MPEG4_AVC_HIGH444:
|
||||
return PIPE_VIDEO_FORMAT_MPEG4_AVC;
|
||||
|
||||
default:
|
||||
|
||||
@@ -50,7 +50,11 @@ enum pipe_video_profile
|
||||
PIPE_VIDEO_PROFILE_VC1_ADVANCED,
|
||||
PIPE_VIDEO_PROFILE_MPEG4_AVC_BASELINE,
|
||||
PIPE_VIDEO_PROFILE_MPEG4_AVC_MAIN,
|
||||
PIPE_VIDEO_PROFILE_MPEG4_AVC_HIGH
|
||||
PIPE_VIDEO_PROFILE_MPEG4_AVC_EXTENDED,
|
||||
PIPE_VIDEO_PROFILE_MPEG4_AVC_HIGH,
|
||||
PIPE_VIDEO_PROFILE_MPEG4_AVC_HIGH10,
|
||||
PIPE_VIDEO_PROFILE_MPEG4_AVC_HIGH422,
|
||||
PIPE_VIDEO_PROFILE_MPEG4_AVC_HIGH444
|
||||
};
|
||||
|
||||
/* Video caps, can be different for each codec/profile */
|
||||
|
||||
Reference in New Issue
Block a user