diff options
author | Boyuan Zhang <[email protected]> | 2016-12-16 15:19:25 -0500 |
---|---|---|
committer | Leo Liu <[email protected]> | 2017-02-01 14:32:32 -0500 |
commit | 22841ec84afa097e721d15b2a257f97b15bf3372 (patch) | |
tree | 5a333eecb0f3c327085de61404d4dee25cd4ad6c /src/gallium/include | |
parent | f5f8eb2c7cb425f63798daaf151cb517c8bd6a0d (diff) |
vl: add h264 constrained baseline profile
Signed-off-by: Boyuan Zhang <[email protected]>
Reviewed-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium/include')
-rw-r--r-- | src/gallium/include/pipe/p_video_enums.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_video_enums.h b/src/gallium/include/pipe/p_video_enums.h index aff7842a888..1e05075bed7 100644 --- a/src/gallium/include/pipe/p_video_enums.h +++ b/src/gallium/include/pipe/p_video_enums.h @@ -54,6 +54,7 @@ enum pipe_video_profile PIPE_VIDEO_PROFILE_VC1_MAIN, PIPE_VIDEO_PROFILE_VC1_ADVANCED, PIPE_VIDEO_PROFILE_MPEG4_AVC_BASELINE, + PIPE_VIDEO_PROFILE_MPEG4_AVC_CONSTRAINED_BASELINE, PIPE_VIDEO_PROFILE_MPEG4_AVC_MAIN, PIPE_VIDEO_PROFILE_MPEG4_AVC_EXTENDED, PIPE_VIDEO_PROFILE_MPEG4_AVC_HIGH, |