projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57730d6
)
vl: add interface for non-referenced frames
author
Leo Liu
<leo.liu@amd.com>
Tue, 27 May 2014 14:12:00 +0000
(10:12 -0400)
committer
Christian König
<christian.koenig@amd.com>
Tue, 27 May 2014 14:56:32 +0000
(16:56 +0200)
Signed-off-by: Leo Liu <leo.liu@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
src/gallium/include/pipe/p_video_state.h
patch
|
blob
|
history
diff --git
a/src/gallium/include/pipe/p_video_state.h
b/src/gallium/include/pipe/p_video_state.h
index 0256a8fa194901e2fcdf78b6ceb901ef6452994b..6621dbdd028c7d28544d89b968b8ace7ef20b3de 100644
(file)
--- 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