summaryrefslogtreecommitdiffstats
path: root/src/gallium/include
diff options
context:
space:
mode:
authorLeo Liu <[email protected]>2014-05-27 10:12:00 -0400
committerChristian König <[email protected]>2014-05-27 16:56:32 +0200
commit8e0eae4c3debbfd3c5c0740dfc8c7dc5a8f28b46 (patch)
tree0f23294db2d5650ddb8cdb572be5ab3d11a0dc88 /src/gallium/include
parent57730d67f66f998e8417979b1569ad51f1a75c66 (diff)
vl: add interface for non-referenced frames
Signed-off-by: Leo Liu <[email protected]> Reviewed-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium/include')
-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