Am 14.07.2016 um 00:51 schrieb Boyuan Zhang:
Add entry point for encoding which previously hardcoded for decoding purpose 
only

I still can't figure out why we would want this? The variable doesn't seem to be used in the whole patchset.

Christian.


Signed-off-by: Boyuan Zhang <boyuan.zh...@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

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to