mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 10:20:09 +01:00
virgl/video: Enable AV1 decoding
Signed-off-by: Feng Jiang <jiangfeng@kylinos.cn> Reviewed-by: Boyuan Zhang <Boyuan.Zhang@amd.com> Reviewed-by: Daniel Almeida <daniel.almeida@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23386>
This commit is contained in:
parent
c4a1b4e100
commit
82dd60dfb0
1 changed files with 1 additions and 0 deletions
|
|
@ -502,6 +502,7 @@ virgl_get_video_param(struct pipe_screen *screen,
|
|||
case PIPE_VIDEO_FORMAT_VC1:
|
||||
case PIPE_VIDEO_FORMAT_JPEG:
|
||||
case PIPE_VIDEO_FORMAT_VP9:
|
||||
case PIPE_VIDEO_FORMAT_AV1:
|
||||
drv_supported = (entrypoint == PIPE_VIDEO_ENTRYPOINT_BITSTREAM);
|
||||
break;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue