summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe
diff options
context:
space:
mode:
authorChristian König <[email protected]>2014-04-04 14:22:16 +0200
committerChristian König <[email protected]>2014-04-11 11:35:03 +0200
commitd7d41ce133fa7369f7a5ea12bfc971c5ecafb3ba (patch)
treef556cf9fdfbd67c8246141cdaffb46ae89ba4e41 /src/gallium/include/pipe
parentee4439c562e88446b94fbb98e9d02ad105efc01e (diff)
vl: add interface for H264 B-frame encoding
Signed-off-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium/include/pipe')
-rw-r--r--src/gallium/include/pipe/p_video_state.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_video_state.h b/src/gallium/include/pipe/p_video_state.h
index f9721dca05b..0256a8fa194 100644
--- a/src/gallium/include/pipe/p_video_state.h
+++ b/src/gallium/include/pipe/p_video_state.h
@@ -368,6 +368,9 @@ struct pipe_h264_enc_picture_desc
enum pipe_h264_enc_picture_type picture_type;
unsigned frame_num;
+ unsigned pic_order_cnt;
+ unsigned ref_idx_l0;
+ unsigned ref_idx_l1;
};
#ifdef __cplusplus