[Mesa-dev] [PATCH 02/12] vl: add entry point
Boyuan Zhang
boyuan.zhang at amd.com
Thu Jun 30 18:30:43 UTC 2016
Signed-off-by: Boyuan Zhang <boyuan.zhang at amd.com>
---
src/gallium/include/pipe/p_video_state.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/gallium/include/pipe/p_video_state.h b/src/gallium/include/pipe/p_video_state.h
index 9cd489b..040d2f1 100644
--- a/src/gallium/include/pipe/p_video_state.h
+++ b/src/gallium/include/pipe/p_video_state.h
@@ -131,6 +131,7 @@ enum pipe_h264_enc_rate_control_method
struct pipe_picture_desc
{
enum pipe_video_profile profile;
+ enum pipe_video_entrypoint entry_point;
};
struct pipe_quant_matrix
--
2.7.4
More information about the mesa-dev
mailing list