mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 21:08:11 +02:00
st/va: add MJPEG picture to context
Signed-off-by: Leo Liu <leo.liu@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com>
This commit is contained in:
parent
15f3335577
commit
0a59477372
1 changed files with 1 additions and 0 deletions
|
|
@ -264,6 +264,7 @@ typedef struct {
|
|||
struct pipe_vc1_picture_desc vc1;
|
||||
struct pipe_h264_picture_desc h264;
|
||||
struct pipe_h265_picture_desc h265;
|
||||
struct pipe_mjpeg_picture_desc mjpeg;
|
||||
struct pipe_h264_enc_picture_desc h264enc;
|
||||
} desc;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue