summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Liu <leo.liu@amd.com>2014-05-27 10:12:00 -0400
committerChristian König <christian.koenig@amd.com>2014-05-27 16:56:32 +0200
commit8e0eae4c3debbfd3c5c0740dfc8c7dc5a8f28b46 (patch)
tree0f23294db2d5650ddb8cdb572be5ab3d11a0dc88
parent57730d67f66f998e8417979b1569ad51f1a75c66 (diff)
vl: add interface for non-referenced frames
Signed-off-by: Leo Liu <leo.liu@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com>
-rw-r--r--src/gallium/include/pipe/p_video_state.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_video_state.h b/src/gallium/include/pipe/p_video_state.h
index 0256a8fa194..6621dbdd028 100644
--- a/src/gallium/include/pipe/p_video_state.h
+++ b/src/gallium/include/pipe/p_video_state.h
@@ -371,6 +371,8 @@ struct pipe_h264_enc_picture_desc
unsigned pic_order_cnt;
unsigned ref_idx_l0;
unsigned ref_idx_l1;
+
+ bool not_referenced;
};
#ifdef __cplusplus