On Mon, Feb 29, 2016 at 6:27 AM, Christian König
<[email protected]> wrote:
> From: Christian König <[email protected]>
>
> The hardware simply doesn't support that correctly.
>
> Signed-off-by: Christian König <[email protected]>

Reviewed-by: Alex Deucher <[email protected]>


> ---
>  src/gallium/drivers/radeon/radeon_video.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/src/gallium/drivers/radeon/radeon_video.c 
> b/src/gallium/drivers/radeon/radeon_video.c
> index ec29d8c..4b3e2cf 100644
> --- a/src/gallium/drivers/radeon/radeon_video.c
> +++ b/src/gallium/drivers/radeon/radeon_video.c
> @@ -237,6 +237,7 @@ int rvid_get_video_param(struct pipe_screen *screen,
>         case PIPE_VIDEO_CAP_SUPPORTED:
>                 switch (codec) {
>                 case PIPE_VIDEO_FORMAT_MPEG12:
> +                       return profile != PIPE_VIDEO_PROFILE_MPEG1;
>                 case PIPE_VIDEO_FORMAT_MPEG4:
>                 case PIPE_VIDEO_FORMAT_MPEG4_AVC:
>                         if (rscreen->family < CHIP_PALM)
> --
> 2.5.0
>
> _______________________________________________
> mesa-dev mailing list
> [email protected]
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to