From: Leo Liu Date: Mon, 16 Mar 2015 19:06:30 +0000 (-0400) Subject: vl: add level idc in sps X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1a5e2bb5ce254eb272960e5b50b803110f25c9b1;p=mesa.git vl: add level idc in sps Signed-off-by: Leo Liu Reviewed-by: Christian König --- diff --git a/src/gallium/include/pipe/p_video_state.h b/src/gallium/include/pipe/p_video_state.h index 6621dbdd028..3713cd91b09 100644 --- a/src/gallium/include/pipe/p_video_state.h +++ b/src/gallium/include/pipe/p_video_state.h @@ -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;