mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
vl: add level idc in sps
Signed-off-by: Leo Liu <leo.liu@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com>
This commit is contained in:
parent
ef1ae703a9
commit
1a5e2bb5ce
1 changed files with 1 additions and 0 deletions
|
|
@ -271,6 +271,7 @@ struct pipe_vc1_picture_desc
|
|||
|
||||
struct pipe_h264_sps
|
||||
{
|
||||
uint8_t level_idc;
|
||||
uint8_t chroma_format_idc;
|
||||
uint8_t separate_colour_plane_flag;
|
||||
uint8_t bit_depth_luma_minus8;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue