diff options
author | Leo Liu <[email protected]> | 2015-03-16 15:06:30 -0400 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2015-04-28 17:42:39 +0200 |
commit | 1a5e2bb5ce254eb272960e5b50b803110f25c9b1 (patch) | |
tree | 342408bf8eb26297a37f1c5f76f64afed5a88194 /src/gallium/include | |
parent | ef1ae703a96fef72d2d8c22ef76bd1dfc41d1cee (diff) |
vl: add level idc in sps
Signed-off-by: Leo Liu <[email protected]>
Reviewed-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium/include')
-rw-r--r-- | src/gallium/include/pipe/p_video_state.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |