Mesa (master): st/va: add h264 constrained baseline profile

Leo Liu leoliu at kemper.freedesktop.org
Wed Feb 1 19:51:36 UTC 2017


Module: Mesa
Branch: master
Commit: f90ccf48bcd668ee3272c85b691ab8262a46b997
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f90ccf48bcd668ee3272c85b691ab8262a46b997

Author: Boyuan Zhang <boyuan.zhang at amd.com>
Date:   Fri Dec 16 16:20:54 2016 -0500

st/va: add h264 constrained baseline profile

Signed-off-by: Boyuan Zhang <boyuan.zhang at amd.com>
Reviewed-by: Christian König <christian.koenig at amd.com>

---

 src/gallium/state_trackers/va/va_private.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/state_trackers/va/va_private.h b/src/gallium/state_trackers/va/va_private.h
index 0877236..a744461 100644
--- a/src/gallium/state_trackers/va/va_private.h
+++ b/src/gallium/state_trackers/va/va_private.h
@@ -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:




More information about the mesa-commit mailing list