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

Author: Boyuan Zhang <boyuan.zh...@amd.com>
Date:   Fri Dec 16 15:22:13 2016 -0500

radeon/uvd: add h264 constrained baseline support

Signed-off-by: Boyuan Zhang <boyuan.zh...@amd.com>
Reviewed-by: Christian König <christian.koe...@amd.com>

---

 src/gallium/drivers/radeon/radeon_uvd.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/drivers/radeon/radeon_uvd.c 
b/src/gallium/drivers/radeon/radeon_uvd.c
index 93fe147..f1339d1 100644
--- a/src/gallium/drivers/radeon/radeon_uvd.c
+++ b/src/gallium/drivers/radeon/radeon_uvd.c
@@ -478,6 +478,7 @@ static struct ruvd_h264 get_h264_msg(struct ruvd_decoder 
*dec, struct pipe_h264_
        memset(&result, 0, sizeof(result));
        switch (pic->base.profile) {
        case PIPE_VIDEO_PROFILE_MPEG4_AVC_BASELINE:
+       case PIPE_VIDEO_PROFILE_MPEG4_AVC_CONSTRAINED_BASELINE:
                result.profile = RUVD_H264_PROFILE_BASELINE;
                break;
 

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to