[Mesa-dev] [PATCH 02/11] vl: add entry point

Boyuan Zhang boyuan.zhang at amd.com
Wed Jul 13 22:51:12 UTC 2016


Add entry point for encoding which previously hardcoded for decoding purpose only

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 754d013..39b3905 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